w3tc_generic_boldgrid_show, self::should_show_widget(
w3tc_generic_boldgrid_show, self::should_show_widget(
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_generic_boldgrid_show, self::should_show_widget(') is found 1 times:
- /Generic_WidgetBoldGrid.php line 20
* * @return void */ public static function admin_init_w3tc_dashboard() { $show = apply_filters( 'w3tc_generic_boldgrid_show', self::should_show_widget() ); if ( ! $show ) { return; } $w3tc_o = new Generic_WidgetBoldGrid();