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

getLicensePrice()

Kirby page method

Returns price for license

Parameters

Name Type Description
$licenseId string
$format bool
Returns:
string

Usage

This method is available on all $page objects:

$page->getLicensePrice($licenseId, $format);

Source: /methods/pages/getLicensePrice.php

Jump to