lmfwc_add_license_meta()

Estimated reading: 1 minute 178 views
[php]function lmfwc_add_license_meta(int $licenseId, string $metaKey, mixed $metaValue)[/php]

DESCRIPTION

Adds a new meta entry to a license, if it already exists a new row in the database table will be added.

PARAMETERS

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

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

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

RETURN VALUE

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

SOURCE CODE

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

Share this Doc

lmfwc_add_license_meta()

Or copy link

CONTENTS
Scroll to Top