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.