Is there an easy way to format all number fields on output to include serial commas? We are currently storing numbers as "9999", which is how we want them in the database, but once we render them on the frontend, we want it to render as 9,999.
We don't want to change the database value, we just want to format it on output.
That works really well for displaying fields with code, I was just wondering if there was some kind of filter that handles when the value is output through Oxygen Builder's Dynamic Data so that I can modify the output with PHP.
Since (when using the builder) I only have the option to return the field itself, this would be a clean way to handle those fields. I'm just not sure if that's something MB does.
Meta Box is also supported filter hooks to modify the field value before outputting but in the Oxygen builder, it is based on whether the builder supports the filter or not. https://docs.metabox.io/filters/rwmb-meta/
I recommend contacting Oxygen support to ask for help with this case.