WP_Customize_Section::render()protectedWP 3.4.0

Render the section UI in a subclass.

Sections are now rendered in JS by default, see WP_Customize_Section::print_template().

Method of the class: WP_Customize_Section{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Changelog

Since 3.4.0 Introduced.

WP_Customize_Section::render() code WP 6.5.2

protected function render() {}