WP_REST_Response::is_error(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Checks if the response is an error, i.e. >= 400 response code. Return bool Whether the response is an error. Source public function is_error() { return $this->get_status() >= 400; } View all references View on Trac View on GitHub Related Used byDescriptionWP_REST_Response::as_error()wp-includes/rest-api/class-wp-rest-response.phpRetrieves a WP_Error object from the response. Changelog VersionDescription4.4.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.