Skip to content

Instantly share code, notes, and snippets.

@amsgator
Created July 7, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amsgator/08273ccb2724a1169c696ae33e7f3044 to your computer and use it in GitHub Desktop.
Save amsgator/08273ccb2724a1169c696ae33e7f3044 to your computer and use it in GitHub Desktop.
Completely Disable Gutenberg Block Editor
<?php
add_filter('use_block_editor_for_post', '__return_false', 10);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment