lmfwc_get_licenses()
[php]function lmfwc_get_licenses(array $query)[/php]
DESCRIPTION
Retrieves multiple existing licenses from the database.
PARAMETERS
$query (array) (Required)
Key/value pairs. The keys will be used to match the license table columns names, and the values will be used to match the values of those columns.
RETURN VALUE
(bool|LicenseManagerForWooCommerce\Models\Resources\License[])
License model array on success, false on failure.