WP_Customize_Manager::containers() WordPress Method
The containers() method of the WP_Customize_Manager class allows you to add custom containers to the Customizer. A custom container is a section-like construct that can contain controls and settings.
WP_Customize_Manager::containers() #
Gets the registered containers.
Return
(array)
Source
File: wp-includes/class-wp-customize-manager.php
public function containers() { return $this->containers; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |