Automattic\WooCommerce\Vendor\Detection
MobileDetect::getBrowsers()
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() MobileDetect::getBrowsers code WC 9.4.2
public static function getBrowsers(): array { return static::$browsers; }