w3tc_dbcache_get_sql_group, $w3tc_group, $sql, $tables

w3tc_dbcache_get_sql_group, $w3tc_group, $sql, $tables

Hook Type: filter

See hook in core

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

apply_filters('w3tc_dbcache_get_sql_group, $w3tc_group, $sql, $tables') is found 1 times:

  • /DbCache_WpdbInjection_QueryCaching.php line 752
    			$w3tc_group = 'remaining';
    		}
    
    		if ( $this->use_filters && function_exists( 'apply_filters' ) ) {
    			$w3tc_group = apply_filters( 'w3tc_dbcache_get_sql_group', $w3tc_group, $sql, $tables );
    		}
    
    		return $w3tc_group;
    	}
    
    	/**