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 code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |