jetpack_blaze_enabled

jetpack_blaze_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.0

apply_filters('jetpack_blaze_enabled') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 222
    			 * @since 0.3.0
    			 *
    			 * @param bool $should_initialize Whether Blaze should be enabled. Default to true.
    			 */
    			$should_init = apply_filters( 'jetpack_blaze_enabled', true );
    
    			return array(
    				'can_init' => $should_init,
    				'reason'   => $should_init ? null : 'initialization_disabled',
    			);
    		}