get_lifterlms_currency()

Get the currency selected


Description Description


Return Return

(string) currency code


Top ↑

Source Source

File: includes/functions/llms.functions.currency.php

function get_lifterlms_currency() {
	return apply_filters( 'lifterlms_currency', get_option( 'lifterlms_currency', 'USD' ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: