apply_filters( 'removable_query_args', array $removable_query_args )

Filters the list of query variables to remove.


Parameters

$removable_query_args

(array) An array of query variables to remove from a URL.


Source

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.2.0 Introduced.