Home › Forums › ACF PRO › Can't retrieve repeater values from options page › Reply To: Can't retrieve repeater values from options page
I did some more digging and it seems that if “MY_OPTIONS” evaluates to a valid taxonomy name that your fields might be save incorrectly.
When ACF tries to figure out where it should be saving a blue it explodes the post ID resulting in
array(
'MY',
'OPTION',
'PAGE'
)
then it combines all but the last value of the array and looks to see if that is a valid taxonomy.
Anyway, I’d do a search of my database to see exactly where the values are being saved, if they are being saved at all.
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.