Automattic\WooCommerce\Vendor\Detection

MobileDetect::getPhoneDevices()public staticWC 1.0

Retrieve the list of known phone devices.

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

Хуков нет.

Возвращает

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

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

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

Код MobileDetect::getPhoneDevices() WC 9.6.2

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