Automattic\WooCommerce\Vendor\Detection
MobileDetect::getHttpHeaders
Retrieves the HTTP headers.
Method of the class: MobileDetect{}
No Hooks.
Returns
Array.
Usage
$MobileDetect = new MobileDetect(); $MobileDetect->getHttpHeaders(): array;
MobileDetect::getHttpHeaders() MobileDetect::getHttpHeaders code WC 10.9.1
public function getHttpHeaders(): array
{
return $this->httpHeaders;
}