Render the section UI in a subclass.
Description
Sections are now rendered in JS by default, see WP_Customize_Section::print_template().
Source
protected function render() {}
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
CARVIEW |
Render the section UI in a subclass.
Sections are now rendered in JS by default, see WP_Customize_Section::print_template().
protected function render() {}
Used by | Description |
---|---|
WP_Customize_Section::maybe_render()wp-includes/class-wp-customize-section.php | Check capabilities and render the section. |
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.