WP_Customize_Panel::render_content()

Render the panel UI in a subclass.


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() {}

Changelog

Changelog
Version Description
WP-4.1.0 Introduced.