lmfwc_get_license_meta()

Estimated reading: 1 minute 175 views
[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

Share this Doc

lmfwc_get_license_meta()

Or copy link

CONTENTS
Scroll to Top