LLMS_Post_Model::get_price( string $key, array $price_args = array(), string $format = 'html' )

Getter for price strings with optional formatting options


Description Description


Parameters Parameters

$key

(Required) Property key.

$price_args

(Optional) Array of arguments that can be passed to llms_price(). Default is empty array.

Default value: array()

$format

(Optional) Format conversion method [html|raw|float]. Default is 'html'.

Default value: 'html'


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Use strict type comparision where possibile.
3.7.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.