Automattic\WooCommerce\Vendor\Detection

MobileDetect::getCfHeaderspublicWC 1.0

Retrieves the cloudfront headers.

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

Хуков нет.

Возвращает

Массив.

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

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

Код MobileDetect::getCfHeaders() WC 10.4.3

public function getCfHeaders(): array
{
    return $this->cloudfrontHeaders;
}