Filters the list of query variable names to remove.
$removable_query_argsstring[]wp-includes/functions.php:1269wp_removable_query_args() * 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. */ return apply_filters( 'removable_query_args', $removable_query_args );} /** * Walks the array while sanitizing the contents. * * @since 0.71Introduced in 4.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.