given.
*/
function wp_remote_retrieve_body(&$response) {
if ( is_wp_error($response) || ! isset($response['body']) )
return '';
return $response['body'];
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/semsols/public_html/rosesnflowers.in/upcomingevents/wp-includes/http.php:11) in /home/semsols/public_html/rosesnflowers.in/upcomingevents/wp-includes/pluggable.php on line 865