Automattic\WooCommerce\Vendor\Detection

MobileDetect::getPropertiespublic staticWC 1.0

Get the properties array.

Method of the class: MobileDetect{}

No Hooks.

Returns

Array.

Usage

$result = MobileDetect::getProperties(): array;

MobileDetect::getProperties() code WC 10.5.0

public static function getProperties(): array
{
    return static::$properties;
}