Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_is_{$experiment_type}_priority_experiment

apply_filters( “nab_is_{$experiment_type}_priority_experiment”, boolean $is_priority, int $experiment_id )

Filters whether a certain experiment is a priority experiment or not.

Parameters

$is_priority boolean

(Required) whether the given experiment is a priority experiment or not.<br> Default: false.

$experiment_id int

(Required) the ID of the experiment.