Skip to content

Instantly share code, notes, and snippets.

@sharabindu
sharabindu / WordPress 5.0 with Classic Editor
Created December 8, 2018 06:16
WordPress 5.0 with Classic Editor
If you want to Use classic editor on your Wordpress ste with Wordpress 5.0
please use below filter in your functions.php file
add_filter('use_block_editor_for_post', '__return_false');