WP_Customize_Panel::render_contentprotectedWP 4.1.0

Render the panel UI in a subclass.

Panel contents are now rendered in JS by default, see WP_Customize_Panel::print_template().

Method of the class: WP_Customize_Panel{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->render_content();

Changelog

Since 4.1.0 Introduced.

WP_Customize_Panel::render_content() code WP 6.8.1

protected function render_content() {}