Skip to content

Instantly share code, notes, and snippets.

@midi9x
Created March 8, 2019 04:31
Show Gist options
  • Save midi9x/72fd852c6f654da40f2efb32c30e574f to your computer and use it in GitHub Desktop.
Save midi9x/72fd852c6f654da40f2efb32c30e574f to your computer and use it in GitHub Desktop.
Disable Block Editor (Gutenberg) and use the previous WordPress Editor
<?php
// Add this to function.php
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