Yoast\WP\SEO\AI_HTTP_Request\Domain

Request::get_headerspublicYoast 1.0

Get the headers for the request.

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

Хуков нет.

Возвращает

Массив<Строку>. The headers for the request.

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

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

Код Request::get_headers() Yoast 27.7

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