Automattic\WooCommerce\Vendor\Detection

MobileDetect::getMobileHeaderspublicWC 1.0

Method of the class: MobileDetect{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

MobileDetect::getMobileHeaders() code WC 10.5.0

public function getMobileHeaders(): array
{
    return static::$mobileHeaders;
}