Since ACF turns off the WordPress custom fields, this snippet will bring them back. Just add it to your functions.php or your favorite code manager
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Since ACF turns off the WordPress custom fields, this snippet will bring them back. Just add it to your functions.php or your favorite code manager
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Leave a Reply