Automattic\WooCommerce\Vendor\Detection
MobileDetect::getMatchesArray
Method of the class: MobileDetect{}
No Hooks.
Returns
null. Nothing (null).
Usage
$MobileDetect = new MobileDetect(); $MobileDetect->getMatchesArray(): ?array;
MobileDetect::getMatchesArray() MobileDetect::getMatchesArray code WC 10.9.4
public function getMatchesArray(): ?array
{
return $this->matchesArray;
}