apply_filters( ‘nab_skip_scope_overlap_detection’, boolean $ignore , object $experiment )
Filters whether scope overlap detection should be ignored when starting a new test.
Parameters
- $ignore boolean
(Required) if overlap detection should be ignored should run or not. Default:
false
.- $experiment object
(Required) the experiment we’re trying to start.
Source
File: includes/experiments/class-nelio-ab-testing-experiment-helper.php
Changelog
Version | Description |
---|---|
5.3.3 | Introduced. |