Automattic\WooCommerce\Vendor\Detection
MobileDetect::getPhoneDevices()
Retrieve the list of known phone devices.
Метод класса: MobileDetect{}
Хуков нет.
Возвращает
Массив
. List of phone devices.
Использование
$result = MobileDetect::getPhoneDevices(): array;
Код MobileDetect::getPhoneDevices() MobileDetect::getPhoneDevices WC 9.6.2
public static function getPhoneDevices(): array { return static::$phoneDevices; }