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