Home › Forums › Backend Issues (wp-admin) › Options page – Display stored values in table on a custom options page. › Reply To: Options page – Display stored values in table on a custom options page.
If you use a standard WP menu/admin page you won’t be able to add ACF field groups to it. If you do this and you want this page to be a sub page of an ACF page then you will need to use a priority of > 99 when adding the admin_menu
action that will add this page. 99 is the priority used by ACF to add options pages, or at least it was the last time I looked.
There isn’t really a clean way to modify an ACF options page. ACF does not provide any hooks here. But it is possible to hack something together. I have an example here (please read the warnings) https://github.com/Hube2/acf-filters-and-functions/blob/master/customized-options-page.php
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.