Skip to content

Kirby 5.1.3

$license->status()

Returns the license status as string This is used to build the proper UI elements for the license activation

$license->status(): Kirby\Cms\LicenseStatus

Return type

Kirby\Cms\LicenseStatus

This method modifies the existing $license object it is applied to and returns it again.

Parent class

Kirby\Cms\License