GC_Customize_Nav_Menu_Location_Control::to_json()

最后更新于:2021-11-27 05:58:45

GC_Customize_Nav_Menu_Location_Control::to_json()

Refresh the parameters passed to JavaScript via JSON.

源文件

文件: gc-includes/customize/class-gc-customize-nav-menu-location-control.php

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