Skip to content

Instantly share code, notes, and snippets.

@nfsarmento
Created June 3, 2019 15:18
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 nfsarmento/cba61b971267d333b5334a7c435f6e2b to your computer and use it in GitHub Desktop.
Save nfsarmento/cba61b971267d333b5334a7c435f6e2b to your computer and use it in GitHub Desktop.
Disable Gutenberg
//Disable Gutenberg
add_filter( 'use_block_editor_for_post', '__return_false' );
remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment