apply_filters( “nab_{$experiment_type}_get_inline_settings”, false|string $mode , Experiment $experiment )
Filters whether the experiment is inline (and thus doesn’t require a redirection to load alternative content) or not.
Parameters
- $mode false|string
(Required) whether the experiment is inline or not. Default:
false
.- $experiment Experiment
(Required) the experiment.