WP_Customize_Theme_Control::to_json()
Refresh the parameters passed to the JavaScript via JSON.
Method of the class: WP_Customize_Theme_Control{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_Customize_Theme_Control = new WP_Customize_Theme_Control(); $WP_Customize_Theme_Control->to_json();
Notes
Changelog
Since 4.2.0 | Introduced. |
WP_Customize_Theme_Control::to_json() WP Customize Theme Control::to json code WP 6.6.2
public function to_json() { parent::to_json(); $this->json['theme'] = $this->theme; }