Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_{$experiment_type}_get_inline_settings

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.