w3tc_dbcluster_after_query

w3tc_dbcluster_after_query

Hook Type: filter

See hook in core

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

apply_filters('w3tc_dbcluster_after_query') is found 2 times:

  • /Enterprise_Dbcache_WpdbInjection_Cluster.php line 729
    			}
    		}
    
    		if ( function_exists( 'apply_filters' ) ) {
    			apply_filters( 'w3tc_dbcluster_after_query', $query );
    		}
    
    		// If there is an error then take note of it.
    		$this->wpdb_mixin->last_error = mysqli_error( $this->wpdb_mixin->dbh );
    		if ( $this->wpdb_mixin->last_error ) {
    			$this->wpdb_mixin->print_error( $this->wpdb_mixin->last_error );
    
  • /lib/Db/mssql.php line 1140
                            $this->following_query = false;
                    }
    
                    if ( function_exists( 'apply_filters' ) )
                        apply_filters( 'w3tc_dbcluster_after_query', $query );
    
                    return $return_val;
            }
    
            function _pre_query() {
                    if ( defined('SAVEQUERIES') && SAVEQUERIES ) {