query_string

query_string

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('query_string') is found 1 times:

  • /wp-includes/class-wp.php line 549
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
             * @deprecated 2.1.0 Use 'query_vars' or 'request' filters instead.
             *
             * @param string $query_string The query string to modify.
             */
            $this->query_string = apply_filters( 'query_string', $this->query_string );
            parse_str( $this->query_string, $this->query_vars );
        }
    }
     
    /**
     * Set up the WordPress Globals.