This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Header::move_pro_controls( WP_Customize_Manager $wp_customize, WP_Customize_Control $global_settings_tabs )
Moves the controls from pro in the specific tabs so that they merge well with the Neve global header setting
Parameters
- $wp_customize
-
(Required) The Customize Manager.
- $global_settings_tabs
-
(Required) The Tabs Control.
Source
File: header-footer-grid/Core/Builder/Header.php
Expand full source code Collapse full source code View on Github