get_lifterlms_country()
Get the default LifterLMS country as configured in site settings.
Return Return
(string) Country code.
Source Source
File: includes/functions/llms-functions-locale.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 |
---|---|
5.0.0 | Moved from llms.functions.currency.php. |
3.0.0 | Introduced. |