Yoast\WP\SEO\MyYoast_Client\Domain

HTTP_Response::get_headerspublicYoast 1.0

Returns the response headers.

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

Хуков нет.

Возвращает

Массив<Строку,. string|string[]> The response headers.

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

$HTTP_Response = new HTTP_Response();
$HTTP_Response->get_headers(): array;

Код HTTP_Response::get_headers() Yoast 28.3

public function get_headers(): array {
	return $this->headers;
}