get_lifterlms_trim_zero_decimals()
Retrieve the setting for trimming zero value decimals from the end of prices
Description Description
Return Return
(string) yes or no
Source Source
File: includes/functions/llms.functions.currency.php
function get_lifterlms_trim_zero_decimals() { return apply_filters( 'lifterlms_trim_zero_decimals', get_option( 'lifterlms_trim_zero_decimals', 'no' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: