Use the classic editor
Posts and pages open in the classic editor instead of the block editor, as with the Classic Editor plugin.
<?php
add_filter( 'use_block_editor_for_post', '__return_false', 100 );
add_filter( 'use_block_editor_for_post_type', '__return_false', 100 );
In these packs
- Turn off what you don’t use: Each of these replaces a small plugin: no comments, classic editor, no feeds, no search and more.