Home › Forums › ACF PRO › ACF Pro 5.6.0 – Unable to display regular custom fields metabox on CPTs › Reply To: ACF Pro 5.6.0 – Unable to display regular custom fields metabox on CPTs
With help from a friend was able to find a solution based on the change noted in this post: https://www.advancedcustomfields.com/blog/acf-pro-5-5-13-update/
However, despite what the post says, it seems that it actually isn’t set to false by default. I was able to get custom fields to return by adding:
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
to my functions.php file within the theme.
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.