w3tc_generic_boldgrid_show

w3tc_generic_boldgrid_show

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_generic_boldgrid_show') is found 1 times:

  • /Generic_WidgetBoldGrid.php line 6
    namespace W3TC;
    
    class Generic_WidgetBoldGrid {
    	static public function admin_init_w3tc_dashboard() {
    		$show = apply_filters( 'w3tc_generic_boldgrid_show', self::should_show_widget() );
    		if ( !$show ) {
    			return;
    		}
    
    		$o = new Generic_WidgetBoldGrid();