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-nav-menu-section.php
public function json() {
$exported = parent::json();
$exported['menu_id'] = intval( preg_replace( '/^nav_menu\[(-?\d+)\]/', '$1', $this->id ) );
return $exported;
} | Version | Description |
|---|---|
| 4.3.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_nav_menu_section/json