_remove_qs_args_if_not_in_url
- %1$s is private and should not be used in themes or plugins directly.
_remove_qs_args_if_not_in_url ( $query_string, $args_to_check, $url )
Access:Parameters:- (string) query_string
- (array) args_to_check
- (string) url
Returns:- (string) The altered query string
Defined at: - Introduced in WordPress: 3.4.0
- Deprecated in WordPress: —
Description
Removes arguments from a query string if they are not present in a URL
DO NOT use this in plugin code.