WP_Customize_Manager::sections(): array

In this article

Gets the registered sections.

Return

array

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.