Browse: Home / Functions /

learndash_validate_hub_license

learndash_validate_hub_license( string $email,  string $license_key )

Validate a license key.


Description #


Parameters #

$email

(string) (Required) The email address of the license key.

$license_key

(string) (Required) The license key.


Return #

(bool) True if the license key is valid. False otherwise.


Source #

File: includes/ld-license.php


Changelog #

Changelog
Version Description
4.3.1 Introduced.