Automattic\WooCommerce\Vendor\Detection

MobileDetect::getPropertiespublic staticWC 1.0

Get the properties array.

Метод класса: MobileDetect{}

Хуков нет.

Возвращает

Массив.

Использование

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

Код MobileDetect::getProperties() WC 10.5.1

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