Support

Account

Home Forums General Issues ACF Pro not showing in Admin Menu Reply To: ACF Pro not showing in Admin Menu

  • Hi @davidw

    I am not quite familiar with the Builpress Theme but this might what is causing the issue. I would recommend you begin by switching to one of the default WP themes and if the ACF plugin appears then you will need to look for custom functions in the theme files that would be hiding the ACF plugin in the Builpress theme.

    You can hide the admin panel using the following function:

    add_filter('acf/settings/show_admin', '__return_false');