I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Currency symbols and localization

dashed-slug.net Forums General discussion Currency symbols and localization Reply To: Currency symbols and localization

#5412
Anonymous
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.