Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_{$experiment_type}_exclude_experiment_from_loading

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.