Yoast\WP\SEO\AI_HTTP_Request\Domain
Request::get_headers
Get the headers for the request.
Метод класса: Request{}
Хуков нет.
Возвращает
Массив<Строку>. The headers for the request.
Использование
$Request = new Request(); $Request->get_headers(): array;
Код Request::get_headers() Request::get headers Yoast 27.7
public function get_headers(): array {
return $this->headers;
}