Turn off block suggestions from WordPress.org
Searching the block inserter no longer offers to install block plugins from WordPress.org. Keeps editors from adding plugins by accident.
<?php
remove_action( 'enqueue_block_editor_assets', 'wp_enqueue_editor_block_directory_assets' );
In these packs
- Posts and the editor: Make the block editor calmer and give pages excerpts, tags and categories.
- Turn off more: More features you may not need: sitemaps, trackbacks, automatic updates, pattern suggestions.