WP_HTTP_Requests_Response::get_status(): int In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the HTTP return code for the response. Return int The 3-digit HTTP status code. Source public function get_status() { return $this->response->status_code; } View all references View on Trac View on GitHub Related Used byDescriptionWP_HTTP_Requests_Response::to_array()wp-includes/class-wp-http-requests-response.phpConverts the object to a WP_Http response array. Changelog VersionDescription4.6.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.