Sorry, can you be more precise? I don’t understand your question / request.
Regards,
Bartosz / dfactory team
Hey Bartosz,
Sorry – I mean how would I accomplish putting commas in the thousands separators.
Ex. 1,000 vs 1000
Hi,
We’re using this WordPress native function to format number for the output: https://codex.ww.wp.xz.cn/Function_Reference/number_format_i18n
So it should be there automatically. But question is where you’d like to have that – in the admin or front of the site (in your posts)?
Just on the front end with the posts. A request from an anal boss…
If you look at the link there is a filter hook with the same name – number_format_i18n.
You may use it to return a differently formatted number.
Where would I input that hook within the php to get it working?
You have to code it in your functions.php