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.