Skip to content

Instantly share code, notes, and snippets.

@mohsinworld
Created December 11, 2018 20:34
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 mohsinworld/33226a34cf792cbfe675362edf633c2f to your computer and use it in GitHub Desktop.
Save mohsinworld/33226a34cf792cbfe675362edf633c2f to your computer and use it in GitHub Desktop.
Use this cde inside functions.php
// Gutenberg disable for posts
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