WP_Customize_Panel::render()protectedWP 4.0.0

Render the panel container, and then its contents (via this->render_content()) in a subclass.

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

Method of the class: WP_Customize_Panel{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Changelog

Since 4.0.0 Introduced.

WP_Customize_Panel::render() code WP 6.5.2

protected function render() {}