Filter to enable Gutenberg blocks. Defaults to true if (connected or in offline mode) and the Blocks module is active.
Parameters
- true
bool Whether to load Gutenberg blocks
Changelog
- Introduced in Jetpack 6.5.0
How to use this hook
Notes
You can use this filter to completely disable all Jetpack blocks on your site, like so:add_filter( 'jetpack_gutenberg', '__return_false' );