apply_filters( 'removable_query_args', string[] $removable_query_args )

Filters the list of query variable names to remove.


Parameters

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

Top ↑

Source

File: wp-includes/functions.php. View all references

return apply_filters( 'removable_query_args', $removable_query_args );


Top ↑

Changelog

Changelog
Version Description
4.2.0 Introduced.

Top ↑

User Contributed Notes

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