Automattic\WooCommerce\Vendor\Detection

MobileDetect::getMobileHeaders()publicWC 1.0

Method of the class: MobileDetect{}

No Hooks.

Return

null. Nothing (null).

Usage

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

MobileDetect::getMobileHeaders() code WC 9.4.2

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