WP_Customize_Section::render() protected WP 3.4.0
Render the section UI in a subclass.
Sections are now rendered in JS by default, see WP_Customize_Section::print_template().
{} It's a method of the class: WP_Customize_Section{}
No Hooks.
Return
Null. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->render();
Changelog
Since 3.4.0 | Introduced. |
Code of WP_Customize_Section::render() WP Customize Section::render WP 5.6
protected function render() {}