get_lifterlms_country()
Get the default LLMS country
Description Description
Return Return
(string) country code
Source Source
File: includes/functions/llms.functions.currency.php
function get_lifterlms_country() { return apply_filters( 'lifterlms_country', get_option( 'lifterlms_country', 'US' ) ); }
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: