Automattic\WooCommerce\Vendor\Detection

MobileDetect::getBrowsers()public staticWC 1.0

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

Метод класса: MobileDetect{}

Хуков нет.

Возвращает

Массив. List of browsers / user agents.

Использование

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

Код MobileDetect::getBrowsers() WC 9.4.2

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