Filter hook 'removable_query_args'

in WP Core File wp-includes/functions.php at line 1269

Description

Filters the list of query variable names to remove.

Occurrences

Filename Line Number
wp-includes/functions.php 1269

Parameters

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

PHP Doc

/**
	 * 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.
	 */