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