FormBuilderMain::isValidLicense()

Returns whether the given license key is valid for the domain its running on

Usage

// basic usage
$bool = $formBuilderMain->isValidLicense();

// usage with all arguments
$bool = $formBuilderMain->isValidLicense(string $k = '');

Arguments

NameType(s)Description
$k (optional)string

Return value

bool


FormBuilderMain methods and properties

API reference based on ProcessWire core version 3.0.251