Created
July 6, 2020 02:25
-
-
Save lukecav/e6172c7e29e2fa6cfbd5f5e7549a4fae to your computer and use it in GitHub Desktop.
Disable all Jetpack Blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'jetpack_gutenberg', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment