WP_Customize_Manager::sections()publicWP 3.4.0

Gets the registered sections.

Method of the class: WP_Customize_Manager{}

No Hooks.

Return

Array.

Usage

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

Changelog

Since 3.4.0 Introduced.

WP_Customize_Manager::sections() code WP 6.5.2

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