Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IacopoC/ecdd285eebcf172d0303813ff034a386 to your computer and use it in GitHub Desktop.
Save IacopoC/ecdd285eebcf172d0303813ff034a386 to your computer and use it in GitHub Desktop.
<?php
// disable for posts
add_filter('use_block_editor_for_post', '__return_false', 10);
// disable for post types
add_filter('use_block_editor_for_post_type', '__return_false', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment