lmfwc_update_license()

Estimated reading: 1 minute 160 views
[php]function lmfwc_update_license(string $licenseKey, array $licenseData)[/php]

DESCRIPTION

Updates an existing license.

PARAMETERS

$licenseKey (string) (Required)
The license key being updated.

$licenseData (array) (Optional)
Key/value pairs. The keys must match the license table columns names.

RETURN VALUE

(bool|LicenseManagerForWooCommerce\Models\Resources\License)
License model on success, false on failure.

SOURCE CODE

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

Share this Doc

lmfwc_update_license()

Or copy link

CONTENTS
Scroll to Top