Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_is_{$experiment_type}_woocommerce_experiment

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

File: includes/experiments/hooks/woocommerce/ajax-load.php

Changelog

Changelog
VersionDescription
5.0.0Introduced.