Viewing 1 replies (of 1 total)
  • You must use on the API reroute that you just linked.

    In my case i check if there’s an activation if there’s not, i added that.

    if (empty($previousActivation) == true && $update && $update === 'true') {
    		lmfwc_delete_license_meta($license->getId(), 'userid');
    		$bodyTrimmed = str_replace(' ', '',$body['userid']);
    		lmfwc_add_license_meta($license->getId(), 'userid', $bodyTrimmed
            );
        }
Viewing 1 replies (of 1 total)

The topic ‘Add Meta Data on activate’ is closed to new replies.