Skip to content

Instantly share code, notes, and snippets.

@sharabindu
Created December 8, 2018 06:16
Show Gist options
  • Save sharabindu/7924b119a706cb613d146942801564ce to your computer and use it in GitHub Desktop.
Save sharabindu/7924b119a706cb613d146942801564ce to your computer and use it in GitHub Desktop.
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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment