w3tc_dbcache_get_flush_groups, $groups_to_flush, $w3tc_group, $extras

w3tc_dbcache_get_flush_groups, $groups_to_flush, $w3tc_group, $extras

Hook Type: filter

See hook in core

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

apply_filters('w3tc_dbcache_get_flush_groups, $groups_to_flush, $w3tc_group, $extras') is found 1 times:

  • /DbCache_WpdbInjection_QueryCaching.php line 817
    				);
    		}
    
    		if ( $this->use_filters && function_exists( 'apply_filters' ) ) {
    			$groups_to_flush = apply_filters( 'w3tc_dbcache_get_flush_groups', $groups_to_flush, $w3tc_group, $extras );
    		}
    
    		return $groups_to_flush;
    	}
    
    	/**