WP_Customize_Nav_Menu_Item_Control::render_content() WordPress Method
The WP_Customize_Nav_Menu_Item_Control::render_content() method is used to render the content for a menu item control. This method is called by the WP_Customize_Nav_Menu_Item::render() method.
WP_Customize_Nav_Menu_Item_Control::render_content() #
Don’t render the control’s content – it’s rendered with a JS template.
Source
File: wp-includes/customize/class-wp-customize-nav-menu-item-control.php
public function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |