2596* the server when meta boxes are saved.2597*2598* @since 5.0.02599*2600* @param WP_Post$post The post that is being edited.2601*/2602do_action('block_editor_meta_box_hidden_fields',$post);2603}26042605/**2606* Disables block editor for wp_navigation type posts so they can be managed via the UI.2607*2608* @since 5.9.0
History
Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.