Automattic\WooCommerce\Vendor\Detection

MobileDetect::getUserAgentspublic staticWC 1.0

Alias for getBrowsers() method.

Method of the class: MobileDetect{}

No Hooks.

Returns

Array. List of user agents.

Usage

$result = MobileDetect::getUserAgents(): array;

MobileDetect::getUserAgents() code WC 10.9.4

public static function getUserAgents(): array
{
    return static::getBrowsers();
}