WP_HTTP_Requests_Response::get_data()
Retrieves the response data.
Description Description
Return Return
(string) Response data.
Source Source
File: wp-includes/class-wp-http-requests-response.php
public function get_data() { return $this->response->body; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |