jetpack_blaze_dashboard_enable

jetpack_blaze_dashboard_enable

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_blaze_dashboard_enable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 97
    093
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
         * @since 0.7.0
         *
         * @param bool $should_enable Should the dashboard be enabled?
         */
        return apply_filters( 'jetpack_blaze_dashboard_enable', $is_dashboard_enabled );
    }
     
    /**
     * Enable the Blaze menu.
     *
     * @return void