block_editor_meta_box_hidden_fields, $post

block_editor_meta_box_hidden_fields, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('block_editor_meta_box_hidden_fields, $post') is found 1 times:

  • /wp-admin/includes/post.php line 2605
    	 * @since 5.0.0
    	 *
    	 * @param WP_Post $post The post that is being edited.
    	 */
    	do_action( 'block_editor_meta_box_hidden_fields', $post );
    }
    
    /**
     * Disables block editor for wp_navigation type posts so they can be managed via the UI.
     *
     * @since 5.9.0