WP_Customize_Nav_Menu_Locations_Control::render_content() WordPress Method
The WP_Customize_Nav_Menu_Locations_Control::render_content() method is used to display the content for the Nav Menu Locations control. This control allows you to manage the locations of your navigation menus.
WP_Customize_Nav_Menu_Locations_Control::render_content() #
Don’t render the control’s content – it uses a JS template instead.
Source
File: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
public function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |