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 11.1.1
public static function getUserAgents(): array
{
return static::getBrowsers();
}