Description
Filters the array of parsed query variables.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp.php | 409 |
Parameters
Type | Name | Description |
---|---|---|
array | $query_vars | The array of requested query variables. |
PHP Doc
/**
* Filters the array of parsed query variables.
*
* @since 2.1.0
*
* @param array $query_vars The array of requested query variables.
*/