wpseek.com
A WordPress-centric search engine for devs and theme authors



removable_query_args › WordPress Filter Hooks

Since4.2.0
Deprecatedn/a
apply_filters( 'removable_query_args', $removable_query_args )
Parameters:
  • () removable_query_args An array of query variable names to remove from a URL.
    Required: Yes
Defined at:
Codex:

Filters the list of query variable names to remove.





Source

return apply_filters( 'removable_query_args', $removable_query_args );