Automattic\WooCommerce\Vendor\Detection
MobileDetect::getHttpHeaders
Retrieves the HTTP headers.
Метод класса: MobileDetect{}
Хуков нет.
Возвращает
Массив.
Использование
$MobileDetect = new MobileDetect(); $MobileDetect->getHttpHeaders(): array;
Код MobileDetect::getHttpHeaders() MobileDetect::getHttpHeaders WC 10.9.4
public function getHttpHeaders(): array
{
return $this->httpHeaders;
}