I use the plugin Disable Gutenberg the problem is in it. when I turn it off, everything is fine. But I need a classic editor. Other plugins cause your program to fail. Can you advise something?
add_filter (‘use_block_editor_for_post’, ‘__return_false’);
this is the line of code added to functions.php
disables gutenberg. but your plugin does not work because of it. maybe this will help you solve my problem?