WP_Customize_Setting::json()
Retrieves the data to export to the client via JSON.
Return
(array) Array of parameters passed to JavaScript.
Source
File: wp-includes/class-wp-customize-setting.php
public function json() {
return array(
'value' => $this->js_value(),
'transport' => $this->transport,
'dirty' => $this->dirty,
'type' => $this->type,
);
} Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_setting/json