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:

Description

Retrieve only the body from the raw response.

Related Functions

wp_remote_retrieve_cookie, wp_remote_retrieve_header, wp_remote_retrieve_cookies, wp_remote_retrieve_headers, wp_remote_retrieve_response_code

Top Google Results

User discussions

wpseek mobile