Automattic\WooCommerce\Vendor\Detection

MobileDetect::getHttpHeaderspublicWC 1.0

Retrieves the HTTP headers.

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

Хуков нет.

Возвращает

Массив.

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

$MobileDetect = new MobileDetect();
$MobileDetect->getHttpHeaders(): array;

Код MobileDetect::getHttpHeaders() WC 10.9.4

public function getHttpHeaders(): array
{
    return $this->httpHeaders;
}