Automattic\WooCommerce\Vendor\Detection

MobileDetect::getMatchesArraypublicWC 1.0

Method of the class: MobileDetect{}

No Hooks.

Returns

null. Nothing (null).

Usage

$MobileDetect = new MobileDetect();
$MobileDetect->getMatchesArray(): ?array;

MobileDetect::getMatchesArray() code WC 10.9.4

public function getMatchesArray(): ?array
{
    return $this->matchesArray;
}