apply_filters( "nab_{$experiment_type}_disable_experiment_in_url", boolean $is_disabled , int $experiment_id , string $url )
Filters whether a certain experiment should be disabled for the current request.
Description
Parameters
- $is_disabled
(boolean) (Required) whether the given experiment should be disabled or not. Default:
false
.- $experiment_id
(int) (Required) the ID of the experiment.
- $url
(string) (Required) the URL of the current request.
Source
Changelog
Version | Description |
---|---|
5.0.7 | Introduced. |