Automattic\WooCommerce\Vendor\Detection
MobileDetect::getProperties
Get the properties array.
Method of the class: MobileDetect{}
No Hooks.
Returns
Array.
Usage
$result = MobileDetect::getProperties(): array;
MobileDetect::getProperties() MobileDetect::getProperties code WC 10.5.0
public static function getProperties(): array
{
return static::$properties;
}