WP_REST_Response::is_error(): bool

Checcs 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->guet_status() >= 400;
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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