dashed-slug.net › Forums › General discussion › Currency symbols and localization › Reply To: Currency symbols and localization
December 30, 2018 at 6:01 pm
#5412
Inactive
It seems the following wp function found at https://codex.wordpress.org/Function_Reference/number_format_i18n would do the European formatting trick:
<?php number_format_i18n( $number, $decimals ); ?>
But I’m not sure where I can use it so it is not overwritten by wallet updates.