Automattic\WooCommerce\Vendor\Detection
MobileDetect::getBrowsers
Retrieve the list of known browsers. Specifically, the user agents.
Метод класса: MobileDetect{}
Хуков нет.
Возвращает
Массив. List of browsers / user agents.
Использование
$result = MobileDetect::getBrowsers(): array;
Код MobileDetect::getBrowsers() MobileDetect::getBrowsers WC 10.4.3
public static function getBrowsers(): array
{
return static::$browsers;
}