Hello @colormaginfo
Can you share more details?
Thread Starter
versuri
(@colormaginfo)
I open as usual and get a non-working field. If you insert a record, it is not published in the end. Tried on different sites, hosting.
Thread Starter
versuri
(@colormaginfo)
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?
Thread Starter
versuri
(@colormaginfo)
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?