WP_Customize_Manager::controlspublicWP 3.4.0

Gets the registered controls.

Method of the class: WP_Customize_Manager{}

No Hooks.

Returns

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 7.0

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