id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 45281 wp5.0-beta2: add custom field in editor even if not requested epointal "When register custom post type like: {{{#!php array( 'title', 'excerpt', 'author' ) ); }}} Custom field is added to editor. It seems come from: wp-admin/includes/meta-boxes.php line 1365 function register_and_do_post_meta_boxes where is missing braces. {{{#!php is_block_editor() || (bool) get_user_meta( get_current_user_id(), 'enable_custom_fields', true ) ) { add_meta_box('postcustom', __('Custom Fields'), 'post_custom_meta_box', null, 'normal', 'core', array( '__back_compat_meta_box' => false, '__block_editor_compatible_meta_box' => true ) ); } } }}} " defect (bug) closed normal Editor 5.0 normal duplicate