GC_Customize_Control::json()
最后更新于:2021-11-26 23:37:05
GC_Customize_Control::json()Get the data to export to the client via JSON.
响应
(array) Array of parameters passed to the JavaScript.
源文件
文件: gc-includes/class-gc-customize-control.php
public function json() {
$this->to_json();
return $this->json;
}