Home › Forums › Bug Reports › acf/format_value doesn't work reliable › Reply To: acf/format_value doesn't work reliable
Going to be honest, I don’t know why this is not running, because you are using
add_filter('acf/format_value', 'e1_format_all', 10, 3);
which should be run on every field that is formatted.
The only reason that I know of for the filter not to be called is if you use
get_field('field_name', false, false)
the 3rd argument tells ACF not to format the value, and in this case no formatting filters are run.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.