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

lmfwc_delete_license_meta()

[php]function lmfwc_delete_license_meta(int $licenseId, string $metaKey, mixed $metaValue = null)[/php]

DESCRIPTION

Deletes a license meta entry. If the $metaValue parameter is passed, the function will look for the meta entry with a matching value to delete.

PARAMETERS

$licenseId (string) (Required)
The ID of the license key.

$metaKey (string) (Required)
Name of the meta entry.

$metaValue (mixed) (Optional)
Value of the meta entry.

RETURN VALUE

(bool)
True on success, false on failure.

SOURCE CODE

/includes/functions/lmfwc-meta-functions.php#158

Was this article helpful to you? Yes No

How can we help?