lmfwc_get_license()

Estimated reading: 1 minute 246 views
[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.

SOURCE CODE

/includes/functions/lmfwc-license-functions.php#113

Share this Doc

lmfwc_get_license()

Or copy link

CONTENTS
Scroll to Top