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
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' );