apply_filters( “nab_{$experiment_type}_exclude_experiment_from_loading”, boolean $is_excluded , array $control , int $experiment_id )
Whether the experiment should be excluded from adding a nab
query arg in the current request or not.
Parameters
- $is_excluded boolean
(Required) whether the experiment should be excluded from the current request or not.<br> Default:
false
.- $control array
(Required) original version.
- $experiment_id int
(Required) id of the experiment.
Source
File: public/helpers/class-nelio-ab-testing-alternative-loader.php
Changelog
Version | Description |
---|---|
5.0.4 | Introduced. |