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 9.8.4
public function getMatchesArray(): ?array { return $this->matchesArray; }