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'
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Use strict type comparision where possibile. |
3.7.0 | Unknown. |
3.0.0 | Introduced. |