2585* the server when meta boxes are saved.2586*2587* @since 5.0.02588*2589* @param WP_Post$post The post that is being edited.2590*/2591do_action('block_editor_meta_box_hidden_fields',$post);2592}25932594/**2595* Disables block editor for wp_navigation type posts so they can be managed via the UI.2596*2597* @since 5.9.0
History
Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.