get_lifterlms_currency()
Get the currency selected
Description Description
Return Return
(string) currency code
Source Source
File: includes/functions/llms.functions.currency.php
function get_lifterlms_currency() { return apply_filters( 'lifterlms_currency', get_option( 'lifterlms_currency', 'USD' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: