Current status: Solved. . Done
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