Skip to content

Kirby 5.5.1

$license->register()

Sends a request to the hub to register the license

$license->register(bool $reissue = false): Kirby\Cms\License

Parameters

Name Type Default
$reissue bool false

Return type

Kirby\Cms\License

This method does not modify the existing $license object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\License