Source file: jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php
View in GitHubParameters
- $should_initialize
-
(bool) Whether Blaze should be enabled. Default to true.
Changelog
Since: 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' );
In which file do you add the snippet?
You can check this page to understand where to add snippets: