Home › Forums › ACF PRO › How do you unlock ACF plugin › Reply To: How do you unlock ACF plugin
If you mean you can’t see the Custom Fields area in the menu, I would look in your theme’s functions.php file or search your theme code to see if you see a line that looks like this:
add_filter('acf/settings/show_admin', '__return_false');
This removes Custom Fields from the nav. But it shouldn’t block you from updating content or anything. All the custom fields menu item does is hide the admin area to modify field groups and fields within them. Not sure if that’s the issue.
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.