get_lifterlms_country()

Get the default LifterLMS country as configured in site settings.


Return Return

(string) Country code.


Top ↑

Source Source

File: includes/functions/llms-functions-locale.php

function get_lifterlms_country() {
	return apply_filters( 'lifterlms_country', get_option( 'lifterlms_country', 'US' ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Moved from llms.functions.currency.php.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.