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