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 10.7.0
public static function getPhoneDevices(): array
{
return static::$phoneDevices;
}