WP_Customize_Section::render()
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() WP Customize Section::render code WP 6.7.1
protected function render() {}