WP_HTTP_Requests_Response::get_data()
Retrieves the response data.
Return
(mixed) Response data.
Source
File: wp-includes/class-wp-http-requests-response.php
public function get_data() {
return $this->response->body;
}
Changelog
Version | Description |
---|---|
WP-4.6.0 | Introduced. |