w3tc_dbcache_get_sql_group

w3tc_dbcache_get_sql_group

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_sql_group') is found 1 times:

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