Error(32, __('The specified target URL does not exist.'));
}
$comments = $wpdb->get_results( $wpdb->prepare("SELECT comment_author_url, comment_content, comment_author_IP, comment_type FROM $wpdb->comments WHERE comment_post_ID = %d", $post_ID) );
if ( !$comments )
return array();
$pingbacks = array();
foreach ( $comments as $comment ) {
if ( 'pingback' == $comment->comment_type )
$pingbacks[] = $comment->comment_author_url;
}
return $pingbacks;
}
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /hp/aq/aa/dc/www/ayurveda-jivan-wordpress/wp-includes/class-wp-xmlrpc-server.php:3604) in /hp/aq/aa/dc/www/ayurveda-jivan-wordpress/wp-includes/class-IXR.php on line 372
XML-RPC server accepts POST requests only.