WP_HTTP_Requests_Response::get_response_object()
Retrieves the response object for the request.
Description Description
Return Return
(Requests_Response) HTTP response.
Source Source
File: wp-includes/class-wp-http-requests-response.php
public function get_response_object() { return $this->response; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |