Automattic\WooCommerce\Vendor\Detection
MobileDetect::getUserAgents
Alias for getBrowsers() method.
Method of the class: MobileDetect{}
No Hooks.
Returns
Array. List of user agents.
Usage
$result = MobileDetect::getUserAgents(): array;
MobileDetect::getUserAgents() MobileDetect::getUserAgents code WC 10.9.4
public static function getUserAgents(): array
{
return static::getBrowsers();
}