apply_filters( ‘nab_ignore_query_args_in_scope’, boolean $ignore )
Whether to ignore query args when trying to match the current URL with a URL specified in an experiment scope.
Parameters
- $ignore boolean
(Required) whether to ignore query args when trying to match the URL with a URL specified in an experiment scope. Default:
false
.