getAddonPrice()
Kirby page method
Returns addon price
Parameters
| Name | Type | Description |
|---|---|---|
$addonId |
string |
|
$format |
bool |
- Returns:
string
Usage
This method is available on all $page objects:
$page->getAddonPrice($addonId, $format);
Source: /methods/pages/getAddonPrice.php