You appear to be a bot. Output may be restricted
Description
Get the body of the response.
Usage
$string = Genesis_Update_Check::get_response_body();
Parameters
Returns
string The body of the response. Empty string if no body or incorrect parameter given.
Source
File name: genesis/lib/classes/class-genesis-update-check.php
Lines:
1 to 4 of 4
protected function get_response_body() { return wp_remote_retrieve_body( $this->get_response() ); }