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: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Retrieves only the response message from the raw response.Will return an empty string if incorrect parameter value is given.