Filters the query string before parsing.
$query_stringstring
$this->query_string = apply_filters_deprecated(
'query_string',
array( $this->query_string ),
'2.1.0',
'query_vars, request'
);
| Version | Description |
|---|---|
| 2.1.0 | Use 'query_vars' or 'request' filters instead. |
| 1.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/query_string