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