Automattic\WooCommerce\Vendor\Detection

MobileDetect::getTabletDevicespublic staticWC 1.0

Retrieve the list of known tablet devices.

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

Хуков нет.

Возвращает

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

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

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

Код MobileDetect::getTabletDevices() WC 10.4.0

public static function getTabletDevices(): array
{
    return static::$tabletDevices;
}