lmfwc_get_license()
[php]function lmfwc_get_license(string $licenseKey)[/php]
DESCRIPTION
Retrieves an existing license from the database.
PARAMETERS
$licenseKey (string) (Required)
The license key to retrieve.
RETURN VALUE
(bool|LicenseManagerForWooCommerce\Models\Resources\License)
License model on success, false on failure.