jetpack_blaze_dashboard_enable, $is_dashboard_enabled
jetpack_blaze_dashboard_enable, $is_dashboard_enabled
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_blaze_dashboard_enable, $is_dashboard_enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 125
* @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