WP_HTTP_Requests_Response::get_data(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the response data. Return string Response data. Source public function get_data() { return $this->response->body; } View all references View on Trac View on GitHub Related Used byDescriptionWP_HTTP_Requests_Response::to_array()wp-includes/class-wp-http-requests-response.phpConverts the object to a WP_Http response array. Changelog VersionDescription4.6.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.