2603* the server when meta boxes are saved.2604*2605* @since 5.0.02606*2607* @param WP_Post$post The post that is being edited.2608*/2609do_action('block_editor_meta_box_hidden_fields',$post);2610}26112612/**2613* Disables block editor for wp_navigation type posts so they can be managed via the UI.2614*2615* @since 5.9.0
History
Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.