function send() {
header('Content-Type: text/xml');
echo "<?xml version='1.0' standalone='yes'?><wp_ajax>";
foreach ( (array) $this->responses as $response )
echo $response;
echo '</wp_ajax>';
die();
}
总是显示
Warning: Cannot modify header information - headers already sent by (output started at D:\root\web\#####\web\wp-content\themes\cool-blue\functions.php:1) in D:\root\web\#####\web\wp-includes\classes.php on line 1586