Automattic\WooCommerce\Vendor\Detection

MobileDetect::getTabletDevices()public staticWC 1.0

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() code WC 9.8.5

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