Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-customize-section.php: WP_Customize_Section::json() | Gather the parameters passed to client JavaScript via JSON. |
Get section parameters for JS.
(array) Exported parameters.
File: wp-includes/customize/class-wp-customize-themes-section.php
public function json() {
$exported = parent::json();
$exported['action'] = $this->action;
$exported['filter_type'] = $this->filter_type;
return $exported;
} | Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_themes_section/json