wpseek.com
A WordPress-centric search engine for devs and theme authors
remove_query_arg › WordPress Function
Since1.5.0
Deprecatedn/a
› remove_query_arg ( $key, $query = false )
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Removes an item or items from a query string.
Important: The return value of remove_query_arg() is not escaped by default. Output should be late-escaped with esc_url() or similar to help prevent vulnerability to cross-site scripting (XSS) attacks.Related Functions: wp_removable_query_args, remove_user_from_blog, remove_submenu_page, add_query_arg, get_query_var