Automattic\WooCommerce\Vendor\Detection
MobileDetect::getTabletDevices
Retrieve the list of known tablet devices.
Method of the class: MobileDetect{}
No Hooks.
Returns
array. List of tablet devices.
Usage
$result = MobileDetect::getTabletDevices(): array;
MobileDetect::getTabletDevices() MobileDetect::getTabletDevices code WC 11.1.1
public static function getTabletDevices(): array
{
return static::$tabletDevices;
}