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.8.2

apply_filters('w3tc_generic_boldgrid_show') 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;
    		}
    
    		$o = new Generic_WidgetBoldGrid();