WP_Customize_Color_Control::to_json()
Refresh the parameters passed to the JavaScript via JSON.
Method of the class: WP_Customize_Color_Control{}
No Hooks.
Return
null
. Ничего (null).
Usage
$WP_Customize_Color_Control = new WP_Customize_Color_Control(); $WP_Customize_Color_Control->to_json();
Changelog
Since 3.4.0 | Introduced. |
WP_Customize_Color_Control::to_json() WP Customize Color Control::to json code WP 6.4.1
public function to_json() { parent::to_json(); $this->json['statuses'] = $this->statuses; $this->json['defaultValue'] = $this->setting->default; $this->json['mode'] = $this->mode; }