Yoast\WP\SEO\MyYoast_Client\Domain

HTTP_Response::get_statuspublicYoast 1.0

Returns the HTTP status code.

Метод класса: HTTP_Response{}

Хуков нет.

Возвращает

int. The HTTP status code (0 on transport failure).

Использование

$HTTP_Response = new HTTP_Response();
$HTTP_Response->get_status(): int;

Код HTTP_Response::get_status() Yoast 28.3

public function get_status(): int {
	return $this->status;
}