WP_HTTP_Response::get_data(): mixed In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the response data. Return mixed Response data. Source public function get_data() { return $this->data; } View all references View on Trac View on GitHub Related Used byDescriptionWP_HTTP_Response::jsonSerialize()wp-includes/class-wp-http-response.phpRetrieves the response data for JSON serialization. Changelog VersionDescription4.4.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.