GC_Customize_Theme_Control::to_json()

最后更新于:2021-11-27 09:32:33

GC_Customize_Theme_Control::to_json()

Refresh the parameters passed to the JavaScript via JSON.

源文件

文件: gc-includes/customize/class-gc-customize-theme-control.php

	public function to_json() {
		parent::to_json();
		$this->json['theme'] = $this->theme;
	}