apply_filters ( 'jetpack_blaze_enabled', bool $should_initialize )

Filter to disable all Blaze functionality.

Source file: jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php

View in GitHub

Parameters

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

Have a note to contribute?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s