How to Disable Gutenberg & Revert to Classic Editor in 2024 - No Plugin

Опубликовано: 14 Март 2024
на канале: NusaPixel
36
0

If you prefer the simplicity of the classic WordPress editor over the new Gutenberg block editor, you're not alone. While Gutenberg offers advanced layout options, many users find it disruptive to their workflow. Fortunately, it's easy to disable Gutenberg and revert back to the familiar Classic editor. Here's how to turn off Gutenberg in WordPress, without using a plugin.

👇 The code to disable the Gutenberg editor:

add_filter('use_block_editor_for_post', '__return_false', 10);
add_filter('use_block_editor_for_post_type', '__return_false', 10);

My favorite hosting 🌐 https://nusapixel.com/CloudHosting
Screen recorder (40% off) 🎥 https://nusapixel.com/ScreenRecorder

Microphone 🎤 https://amzn.to/43MElAX
Boom arm 💥 https://amzn.to/4cMj7ak


Смотрите видео How to Disable Gutenberg & Revert to Classic Editor in 2024 - No Plugin онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь NusaPixel 14 Март 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 36 раз и оно понравилось 0 людям.