Home › Forums › General Issues › update_field + htmlentities problem › Reply To: update_field + htmlentities problem
Hi @Phillip
I think the htmlentities
is being called on the field, because the value returned is being formatted by ACF.
It is possible to ‘disable’ the ‘formatting’ using the get_field function (using a 3rd param of false – please see the docs for more info), however, this parameter is not available in the get_fields function.
I’ll add this to the to-do for the next version, but for now, you might need to write a custom loop + get_field, instead of using get_fields.
Thanks
E
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.