WP_Customize_Nav_Menu_Location_Control::to_json
Refresh the parameters passed to JavaScript via JSON.
Method of the class: WP_Customize_Nav_Menu_Location_Control{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Customize_Nav_Menu_Location_Control = new WP_Customize_Nav_Menu_Location_Control(); $WP_Customize_Nav_Menu_Location_Control->to_json();
Notes
Changelog
| Since 4.3.0 | Introduced. |
WP_Customize_Nav_Menu_Location_Control::to_json() WP Customize Nav Menu Location Control::to json code WP 7.0
public function to_json() {
parent::to_json();
$this->json['locationId'] = $this->location_id;
}