Automattic\WooCommerce\Vendor\Detection

MobileDetect::getBrowsers()public staticWC 1.0

Retrieve the list of known browsers. Specifically, the user agents.

Method of the class: MobileDetect{}

No Hooks.

Return

Array. List of browsers / user agents.

Usage

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

MobileDetect::getBrowsers() code WC 9.4.2

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