WP_Customize_Manager::controls() WordPress Method
The WP_Customize_Manager::controls() method is used to get the list of controls for a customize theme. This method is used by the WordPress customizer to display the list of controls for a theme.
WP_Customize_Manager::controls() #
Gets the registered controls.
Return
(array)
Source
File: wp-includes/class-wp-customize-manager.php
public function controls() { return $this->controls; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |