WP_Customize_Section::render() WordPress Method
The render() method is used to display a section on the WordPress Customizer page.
WP_Customize_Section::render() #
Render the section UI in a subclass.
Description
Sections are now rendered in JS by default, see WP_Customize_Section::print_template().
Source
File: wp-includes/class-wp-customize-section.php
protected function render() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |