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.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.