query, $query

query, $query

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('query, $query') is found 1 times:

  • /wp-includes/class-wpdb.php line 2228
    		 * @since 2.1.0
    		 *
    		 * @param string $query Database query.
    		 */
    		$query = apply_filters( 'query', $query );
    
    		if ( ! $query ) {
    			$this->insert_id = 0;
    			return false;
    		}