Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_can_load_alternative_content_on_post_request

apply_filters( ‘nab_can_load_alternative_content_on_post_request’, boolean $can_load )

Filters whether the plugin can attempt to load alternative content when processing a post request or not.

Parameters

$can_load boolean

(Required) whether the plugin can attempt to load alternative content when processing a post request or not. Default: true.

Source

File: public/helpers/class-nelio-ab-testing-runtime.php

Changelog

Changelog
VersionDescription
5.0.10Introduced.