Automattic\WooCommerce\Vendor\Detection
MobileDetect::getMobileHeaders()
Method of the class: MobileDetect{}
No Hooks.
Return
null
. Nothing (null).
Usage
$MobileDetect = new MobileDetect(); $MobileDetect->getMobileHeaders(): array;
MobileDetect::getMobileHeaders() MobileDetect::getMobileHeaders code WC 9.4.2
public function getMobileHeaders(): array { return static::$mobileHeaders; }