Automattic\WooCommerce\Vendor\Detection

MobileDetect::getProperties()public staticWC 1.0

Get the properties array.

Method of the class: MobileDetect{}

No Hooks.

Return

Array.

Usage

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

MobileDetect::getProperties() code WC 9.4.2

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