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.
Description
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
.
Source
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |