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 10.6.2
public static function getTabletDevices(): array
{
return static::$tabletDevices;
}