Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
A filter for get_field
-
I would like to have a filter for when get_field (or the_field) is called whatever the parameter, or especially being able to filter when the type is textarea (or text). For example, I have a filter to obfuscate emails in the_content() but I don't see any way to do the same globally with text entered into ACF (other than doing so manually every time).
-
Hi @macgroover
Yes, this is a good idea and I will add in a filter for this in the next version
Thanks