After the update to V5 it stopped working.
Got this when clicking the menu item:
No Custom Field Group found for the options page. Create a Custom Field Group
HI
I have existing options and i can add new ones but the OPTIONS tab on the left in the admin isn’t showing anymore to access and add the content to them.
Don’t know if this helps or if i need to create an new thread.
You need to check the documentation. How you register the options tab has changed a bit for v5, especially if you used the filter.
@Protozoan have you tried checking your field so that it’s location rules are correct and resaved it?
Hi guys.
The options page docs are here: http://www.advancedcustomfields.com/resources/features/options-page/
And the necessary code in your functions.php is:
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}