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

lmfwc_get_license_meta()

[php]function lmfwc_get_license_meta(int $licenseId, string $metaKey, bool $single = false)[/php]

DESCRIPTION

Retrieves single or multiple license meta entries.

PARAMETERS

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

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

$single (bool) (Optional)
If multiple meta entries exists, setting this parameter to true will retrieve all of them.

RETURN VALUE

(mixed|mixed[]|bool)
Meta value on success, false on failure.

SOURCE CODE

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

How can we help?