Gather the parameters passed to client JavaScript via JSON.
Source
public function json() {
$json = parent::json();
$json['sidebarId'] = $this->sidebar_id;
return $json;
}
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
CARVIEW |
Gather the parameters passed to client JavaScript via JSON.
public function json() {
$json = parent::json();
$json['sidebarId'] = $this->sidebar_id;
return $json;
}
Uses | Description |
---|---|
WP_Customize_Section::json()wp-includes/class-wp-customize-section.php | Gather the parameters passed to client JavaScript via JSON. |
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.