getDefaultLicense()
Kirby page method
Returns a default licenseId, in our case it’s the first.
Usage
This method is available on all $page objects:
$page->getDefaultLicense();
Source: /methods/pages/getDefaultLicense.php
Kirby page method
Returns a default licenseId, in our case it’s the first.
This method is available on all $page objects:
$page->getDefaultLicense();
Source: /methods/pages/getDefaultLicense.php
Jump to