WP_Customize_Nav_Menu_Control::json()

Return parameters for this control.


Description Description


Return Return

(array) Exported parameters.


Top ↑

Source Source

File: wp-includes/customize/class-wp-customize-nav-menu-control.php

	public function json() {
		$exported            = parent::json();
		$exported['menu_id'] = $this->setting->term_id;

		return $exported;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.