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