WP_Customize_Manager::panels()

Get the registered panels.


Description


Return

(array) Panels.


Top ↑

Source

File: wp-includes/class-wp-customize-manager.php

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

Top ↑

Changelog

Version Description
4.0.0 Introduced.