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');
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.