WP_Customize_Panel::render_content() WordPress Method
The WP_Customize_Panel::render_content() method is used to display the panel's content in the Customizer. This method first calls the panel's render_template() method to output the panel's HTML, then it calls the render_controls() method to output the panel's controls.
WP_Customize_Panel::render_content() #
Render the panel UI in a subclass.
Contents
Description
Panel contents are now rendered in JS by default, see WP_Customize_Panel::print_template().
Source
File: wp-includes/class-wp-customize-panel.php
protected function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |