Filter to disable all Blaze functionality.
Parameters
- $should_initialize
bool Whether Blaze should be enabled. Default to true.
Changelog
- Introduced in Jetpack 0.3.0
How to use this hook
Notes
This filter can be used to disable Jetpack’s Blaze functionality. To do so, add the following snippet to your site:add_filter( 'jetpack_blaze_enabled', '__return_false' );