1. Home
  2. Docs
  3. INTERNAL API
  4. Functions reference
  5. lmfwc_delete_license()

lmfwc_delete_license()

[php]function lmfwc_delete_license(string $licenseKey)[/php]

DESCRIPTION

Deletes a license from the database.

PARAMETERS

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

RETURN VALUE

(bool)
True on success, false on failure.

SOURCE CODE

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

How can we help?