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

getLicense()

Kirby page method

Return array with license data

Parameters

Name Type Description
$licenseId string
Returns:
array

Usage

This method is available on all $page objects:

$page->getLicense($licenseId);

Source: /methods/pages/getLicense.php

Jump to