Home › Forums › General Issues › Enter Serialized Data › Reply To: Enter Serialized Data
Well, this was not so much a problem with ACF as working around the need of WP to automatically unserialze and double/triple/quadruple serialize values.
I needed to add a filter to the acf/load_value hook for the field in question, get the value of the field directly using get_post_meta() and then make sure it was formatted correctly before returning it to ACF.
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.