Automattic\WooCommerce\Vendor\Detection

MobileDetect::getCfHeaders()publicWC 1.0

Retrieves the cloudfront headers.

Method of the class: MobileDetect{}

No Hooks.

Return

Array.

Usage

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

MobileDetect::getCfHeaders() code WC 9.3.3

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