jetpack_blaze_dashboard_enable

jetpack_blaze_dashboard_enable

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.0

apply_filters('jetpack_blaze_dashboard_enable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 91
    		 * @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