Automattic\WooCommerce\Vendor\Detection

MobileDetect::getUserAgents()public staticWC 1.0

Alias for getBrowsers() method.

Method of the class: MobileDetect{}

No Hooks.

Return

Array. List of user agents.

Usage

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

MobileDetect::getUserAgents() code WC 9.4.2

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