lmfwc_deactivate_license()
[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.