Automattic\WooCommerce\Vendor\Detection
MobileDetect::getProperties
Get the properties array.
Метод класса: MobileDetect{}
Хуков нет.
Возвращает
Массив.
Использование
$result = MobileDetect::getProperties(): array;
Код MobileDetect::getProperties() MobileDetect::getProperties WC 10.5.1
public static function getProperties(): array
{
return static::$properties;
}