Home › Forums › ACF PRO › No options pages exist … › Reply To: No options pages exist …
the admin_menu hook is too late to add the options pages because that’s when acf runs the function that adds the options pages you want.
Change your hook to
add_action( 'init', 'mjt_track_settings_page');
you could also to in to admin_init or as early as plugins_loaded
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.