get_lifterlms_decimals()
Get the number of decimals places used for prices as defined by the setting.
Return Return
(int)
Source Source
File: includes/functions/llms.functions.currency.php
function get_lifterlms_decimals() { return absint( apply_filters( 'lifterlms_decimals', get_option( 'lifterlms_decimals', 2 ) ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |