w3tc_dbcache_get_flush_groups

w3tc_dbcache_get_flush_groups

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

See hook in core

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

apply_filters('w3tc_dbcache_get_flush_groups') is found 1 times:

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