WP_HTTP_Requests_Response::get_response_object()

Retrieves the response object for the request.


Description Description


Return Return

(Requests_Response) HTTP response.


Top ↑

Source Source

File: wp-includes/class-wp-http-requests-response.php

	public function get_response_object() {
		return $this->response;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.