Automattic\WooCommerce\Vendor\Detection

MobileDetect::__constructpublicWC 1.0

Construct an instance of this class.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$MobileDetect = new MobileDetect();
$MobileDetect->__construct( ?array $headers, ?string $userAgent );
?array $headers
.
По умолчанию: null
?string $userAgent
.
По умолчанию: null

Код MobileDetect::__construct() WC 10.5.0

public function __construct(?array $headers = null, ?string $userAgent = null)
{
    $this->setHttpHeaders($headers);
    $this->setUserAgent($userAgent);
}