Skip to content

Instantly share code, notes, and snippets.

@joshuacerbito
Created July 16, 2020 14:06
Show Gist options
  • Save joshuacerbito/6b06fe0cc93334a20c0c14f83912333b to your computer and use it in GitHub Desktop.
Save joshuacerbito/6b06fe0cc93334a20c0c14f83912333b to your computer and use it in GitHub Desktop.
Wordpress Action for disabling Block-Editor (Gutenberg)
<?php
add_filter('use_block_editor_for_post_type', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment