Yoast\WP\SEO\AI_HTTP_Request\Domain
Response::get_response_code
Gets the response code.
Метод класса: Response{}
Хуков нет.
Возвращает
int. The response code.
Использование
$Response = new Response(); $Response->get_response_code(): int;
Код Response::get_response_code() Response::get response code Yoast 27.7
public function get_response_code(): int {
return $this->response_code;
}