Automattic\WooCommerce\Vendor\Detection

MobileDetect::getOperatingSystemspublic staticWC 1.0

Retrieve the list of mobile operating systems.

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

Хуков нет.

Возвращает

Массив. The list of mobile operating systems.

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

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

Код MobileDetect::getOperatingSystems() WC 10.5.1

public static function getOperatingSystems(): array
{
    return static::$operatingSystems;
}