Start typing to see suggestions. Use arrow keys to navigate, Enter to select.

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

Jump to