Manager::add_controls_to_tabs( string $id, array $tabs = array() )
Utility method to define existing controls for component tabs.
Parameters
- $id
-
(Required) The ID for the tab.
- $tabs
-
(Optional) List of tab and controls to use.
Default value: array()
Source
File: header-footer-grid/Core/Settings/Manager.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
1.0.1 | Introduced. |