GC_Customize_Manager::panels()

最后更新于:2021-11-27 01:04:28

GC_Customize_Manager::panels()

Get the registered panels.

响应

(array) Panels.

源文件

文件: gc-includes/class-gc-customize-manager.php

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