Automattic\WooCommerce\Vendor\Detection

MobileDetect::getPhoneDevicespublic staticWC 1.0

Retrieve the list of known phone devices.

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

Хуков нет.

Возвращает

Массив. List of phone devices.

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

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

Код MobileDetect::getPhoneDevices() WC 10.7.0

public static function getPhoneDevices(): array
{
    return static::$phoneDevices;
}