This hook has been deprecated. Use ‘query_vars’ or ‘request’ filters instead.
Warning: Array to string conversion in /var/www/public/docs.classicpress.net/public_html/wp-content/themes/cpnet-developer/inc/template-tags.php on line 789
Warning: foreach() argument must be of type array|object, string given in /var/www/public/docs.classicpress.net/public_html/wp-content/themes/cpnet-developer/inc/template-tags.php on line 794
apply_filters_deprecated( 'query_string', string $query_string )
Filters the query string before parsing.
Warning: Array to string conversion in /var/www/public/docs.classicpress.net/public_html/wp-content/themes/cpnet-developer/inc/template-tags.php on line 789
Warning: foreach() argument must be of type array|object, string given in /var/www/public/docs.classicpress.net/public_html/wp-content/themes/cpnet-developer/inc/template-tags.php on line 794
Parameters
- $query_string
-
The query string to modify.
Source
File: wp-includes/class-wp.php
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Use 'query_vars' or 'request' filters instead. |
| 1.5.0 | Introduced. This hook has been deprecated. Use {@see 'query_vars'} or {@see 'request'} filters instead. |