Warning: This hook has been deprecated. Use ‘query_vars’ or ‘request’ filters instead.

apply_filters( 'query_string', string $query_string )

Filters the query string before parsing.


Description Description


Parameters Parameters

$query_string

(string) The query string to modify.


Top ↑

Source Source

File: wp-includes/class-wp.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Use 'query_vars' or 'request' filters instead.
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.