after_query

after_query

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

See hook in core

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

apply_filters('after_query') is found 2 times:

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