Support

Account

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.