jetpack_blaze_enabled

jetpack_blaze_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_blaze_enabled') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 228
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
         * @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',
        );
    }