skip to Main Content

Search WordPress Code Snippets – Quick Solutions for Developers


How to Turn Off Gutenberg and Use Classic Editor in WordPress

Learn how to easily disable the Gutenberg editor and switch back to the Classic Editor in your WordPress site.


add_filter('gutenberg_can_edit_post', '__return_false', 5);
add_filter('use_block_editor_for_post', '__return_false', 5);


I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Back To Top