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

getLicenseFormValue()

Kirby page method

Returns form value for license

Parameters

Name Type Description
$licenseId string
Returns:
string

Usage

This method is available on all $page objects:

$page->getLicenseFormValue($licenseId);

Source: /methods/pages/getLicenseFormValue.php

Jump to