Description
Filters the list of query variable names to remove.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 1269 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $removable_query_args | An array of query variable names to remove from a URL. |
PHP Doc
/**
* Filters the list of query variable names to remove.
*
* @since 4.2.0
*
* @param string[] $removable_query_args An array of query variable names to remove from a URL.
*/