• Gutenberg – this is the most disgusting thing that could happen to WordPress.
    How to turn off this sh!t?

    UPD:
    As expected, Gutenberg is changing constantly. As of now, the code required to disable Gutenberg completely looks like this. Just add to functions.php this code:

    add_filter(‘use_block_editor_for_post’, ‘__return_false’);

    Got It!

    • This topic was modified 6 years, 3 months ago by PaulStranger. Reason: add info
    • This topic was modified 6 years, 3 months ago by PaulStranger. Reason: add info
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Destroy useful backend (Disable Gutenberg via Code)’ is closed to new replies.