get_lifterlms_decimals()

Get the number of decimals places used for prices as defined by the setting.


Return Return

(int)


Top ↑

Source Source

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

function get_lifterlms_decimals() {
	return absint( apply_filters( 'lifterlms_decimals', get_option( 'lifterlms_decimals', 2 ) ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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