Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created July 6, 2020 02:25
Show Gist options
  • Save lukecav/e6172c7e29e2fa6cfbd5f5e7549a4fae to your computer and use it in GitHub Desktop.
Save lukecav/e6172c7e29e2fa6cfbd5f5e7549a4fae to your computer and use it in GitHub Desktop.
Disable all Jetpack Blocks
add_filter( 'jetpack_gutenberg', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment