WP_Customize_Manager::panels(): array

In this article

Gets the registered panels.

Return

array Panels.

Source

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

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

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