apply_filters( 'removable_query_args', array $removable_query_args )

Filters the list of query variables to remove.


Description


Parameters

$removable_query_args

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


Top ↑

Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog

Version Description
4.2.0 Introduced.