wp_remote_retrieve_body
wp_remote_retrieve_body ( $response )
Parameters:- (array|WP_Error) response HTTP response.
Returns:- (string) The body of the response. Empty string if no body or incorrect parameter given.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Retrieves only the body from the raw response.