Home › Forums › Add-ons › Options Page › Options Page Fields Disappear When Upgrading to ACF 4.3 › Reply To: Options Page Fields Disappear When Upgrading to ACF 4.3
Hi @arpitnj
Sorry for the bug. This has been caused by a recent update which removed a ‘fix’ for older export code.
Basically, your location rule at the moment reads:
'value' => 'options-home',
This needs to be changed to:
'value' => 'acf-options-home',
I’ve tested it and it works with your code.
Hope that helps.
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.