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