Automattic\WooCommerce\Vendor\Detection
MobileDetect::getCfHeaders()
Retrieves the cloudfront headers.
Method of the class: MobileDetect{}
No Hooks.
Return
Array
.
Usage
$MobileDetect = new MobileDetect(); $MobileDetect->getCfHeaders(): array;
MobileDetect::getCfHeaders() MobileDetect::getCfHeaders code WC 9.3.3
public function getCfHeaders(): array { return $this->cloudfrontHeaders; }