Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_{$tab_name}_settings

apply_filters( “nab_{$tab_name}_settings”, array $fields )

Filters the sections and fields of the given tab.

Parameters

$fields array

(Required) The fields (and sections) of the given tab in the settings screen.

Source

File: includes/lib/settings/class-nelio-ab-testing-abstract-settings.php

Changelog

Changelog
VersionDescription
5.0.0Introduced.