apply_filters( ‘removable_query_args’, string[] $removable_query_args )

In this article

Filters the list of query variable names to remove.

Parameters

$removable_query_argsstring[]
An array of query variable names to remove from a URL.

Source

return apply_filters( 'removable_query_args', $removable_query_args );

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.