apply_filters( “nab_is_{$experiment_type}_woocommerce_experiment”, boolean $is_woocommerce_experiment )
Filters whether the experiment type (included in the filter name) is related to WooCommerce or not.
Parameters
- $is_woocommerce_experiment boolean
(Required) Whether the experiment type is a WooCommerce-related experiment or not. Default:
false
.
Source
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |