Automattic\WooCommerce\Vendor\Detection

MobileDetect::getMatchesArray()publicWC 1.0

Method of the class: MobileDetect{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

MobileDetect::getMatchesArray() code WC 9.8.4

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