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