lmfwc_deactivate_license()

Estimated reading: 1 minute 156 views
[php]function lmfwc_deactivate_license($licenseKey, $args)[/php]

DESCRIPTION

Deactivates a license if it has not already reached 0 activations.

PARAMETERS

$licenseKey (string) (Required)
The license key to deactivate.

$args (array) (Required)
The specific activation token to deactivate

RETURN VALUE

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

SOURCE CODE

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

Share this Doc

lmfwc_deactivate_license()

Or copy link

CONTENTS
Scroll to Top