Automattic\WooCommerce\Vendor\Detection
MobileDetect::getUaHttpHeaders()
Get all possible HTTP headers that can contain the User-Agent string.
Method of the class: MobileDetect{}
No Hooks.
Return
Array
. List of HTTP headers.
Usage
$MobileDetect = new MobileDetect(); $MobileDetect->getUaHttpHeaders(): array;
MobileDetect::getUaHttpHeaders() MobileDetect::getUaHttpHeaders code WC 9.7.1
public function getUaHttpHeaders(): array { return static::$uaHttpHeaders; }