WP_Customize_Nav_Menu_Name_Control::render_content() WordPress Method
The WP_Customize_Nav_Menu_Name_Control::render_content() method is used to display the control content for the nav menu name field. This method outputs the label for the field, and the input field itself. The value of the nav menu name field is saved as the 'name' property of the WP_Customize_Nav_Menu_Name_Control object.
WP_Customize_Nav_Menu_Name_Control::render_content() #
No-op since we’re using JS template.
Source
File: wp-includes/customize/class-wp-customize-nav-menu-name-control.php
protected function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |