block_editor_meta_box_hidden_fields

block_editor_meta_box_hidden_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('block_editor_meta_box_hidden_fields') is found 1 times:

  • /wp-admin/includes/post.php line 2591
    	 * @since 5.0.0
    	 *
    	 * @param WP_Post $post The post that is being edited.
    	 */
    	do_action( 'block_editor_meta_box_hidden_fields', $post );
    }
    
    /**
     * Disables block editor for wp_navigation type posts so they can be managed via the UI.
     *
     * @since 5.9.0
    

See this hook used in plugins: