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() {}
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |