On this page
apply_filters( 'removable_query_args', string[] $removable_query_args )
Filters the list of query variable names to remove.
Parameters
$removable_query_argsstring[]-
An array of query variable names to remove from a URL.
Source
File: wp-includes/functions.php. View all references
return apply_filters( 'removable_query_args', $removable_query_args );
Related
Used By
| Used By | Description |
|---|---|
| wp_removable_query_args() wp-includes/functions.php | Returns an array of single-use query variable names that can be removed from a URL. |
Changelog
| Version | Description |
|---|---|
| 4.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/removable_query_args