WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about removable_query_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 1263 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $removable_query_args An array of query variable names to remove from a URL.