WP_Customize_Manager::controls()publicWP 3.4.0

Gets the registered controls.

Method of the class: WP_Customize_Manager{}

No Hooks.

Return

Array.

Usage

$WP_Customize_Manager = new WP_Customize_Manager();
$WP_Customize_Manager->controls();

Changelog

Since 3.4.0 Introduced.

WP_Customize_Manager::controls() code WP 6.5.2

public function controls() {
	return $this->controls;
}