WP_Customize_Nav_Menu_Control::render_content() WordPress Method
The WP_Customize_Nav_Menu_Control::render_content() method is used to display the content for a navigation menu control. This method is called by the WP_Customize_Control::render() method when rendering a navigation menu control. The WP_Customize_Nav_Menu_Control::render_content() method accepts two arguments: $content – The content to display. $args – The arguments to pass to the WP_Customize_Nav_Menu_Control::render() method. This method outputs the content for the navigation menu control.
WP_Customize_Nav_Menu_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-control.php
public function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |