apply_filters( “nelio_content_{$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-content-abstract-settings.php
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |