Skip to content

Instantly share code, notes, and snippets.

@palmiak
Last active December 18, 2018 14:11
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 palmiak/ca68cba221e28c9efc037c6d6efd5af3 to your computer and use it in GitHub Desktop.
Save palmiak/ca68cba221e28c9efc037c6d6efd5af3 to your computer and use it in GitHub Desktop.
<?php
// Disable Gutenberg
add_filter( 'gutenberg_can_edit_post_type', '__return_false' );
add_filter( 'use_block_editor_for_post_type', '__return_false' );
// Disable "Try Gutenberg" panel
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