WP_Customize_Nav_Menu_Control::json(): array In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Return parameters for this control. Return array Exported parameters. Source public function json() { $exported = parent::json(); $exported['menu_id'] = $this->setting->term_id; return $exported; } View all references View on Trac View on GitHub Related UsesDescriptionWP_Customize_Control::json()wp-includes/class-wp-customize-control.phpGet the data to export to the client via JSON. Changelog VersionDescription4.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.