WP_Customize_Nav_Menu_Auto_Add_Control::render_content() WordPress Method
The WP_Customize_Nav_Menu_Auto_Add_Control::render_content() method is used to display the content for the control. This method is called by the WP_Customize_Control::print_template() method.
WP_Customize_Nav_Menu_Auto_Add_Control::render_content() #
No-op since we’re using JS template.
Source
File: wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php
protected function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |