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

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

Jump to