wp_remote_retrieve_response_message


wp_remote_retrieve_response_message ( $response )

Parameters:
  • (array|WP_Error) response HTTP response.
Returns:
  • (string) The response message. Empty string if incorrect parameter given.
Defined at:

Description

Retrieve only the response message from the raw response.Will return an empty string if incorrect parameter value is given.

Related Functions

wp_remote_retrieve_response_code, wp_remote_retrieve_header, wp_remote_retrieve_cookie_value, wp_remote_retrieve_headers, wp_remote_retrieve_cookie

Top Google Results

User discussions

wpseek mobile