Automattic\WooCommerce\Vendor\Detection

MobileDetect::getOperatingSystems()public staticWC 1.0

Retrieve the list of mobile operating systems.

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

Хуков нет.

Возвращает

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

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

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

Код MobileDetect::getOperatingSystems() WC 9.4.2

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