GC_Customize_Themes_Section::json()

最后更新于:2021-11-27 09:16:05

GC_Customize_Themes_Section::json()

Get section parameters for JS.

响应

(array) Exported parameters.

源文件

文件: gc-includes/customize/class-gc-customize-themes-section.php

	public function json() {
		$exported                = parent::json();
		$exported['action']      = $this->action;
		$exported['filter_type'] = $this->filter_type;

		return $exported;
	}