Support

Account

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