Skip to content

Instantly share code, notes, and snippets.

@Jimmylet
Created March 6, 2019 13:08
Show Gist options
  • Select an option

  • Save Jimmylet/38f5f81ef8b337e8adf485857510edc6 to your computer and use it in GitHub Desktop.

Select an option

Save Jimmylet/38f5f81ef8b337e8adf485857510edc6 to your computer and use it in GitHub Desktop.
// Disable guttenberg for entire wordpress website
add_filter('use_block_editor_for_post', '__return_false', 10);
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