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
Version | Description |
---|---|
5.0.0 | Introduced. |