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