given.
*/
function wp_remote_retrieve_body(&$response) {
if ( is_wp_error($response) || ! isset($response['body']) )
return '';
return $response['body'];
}
?>
Fatal error: Call to undefined function wp_remote_post() in /home/semsols/public_html/rosesnflowers.in/upcomingevents/wp-includes/cron.php on line 229