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. |
Render the section UI in a subclass.
Sections are now rendered in JS by default, see WP_Customize_Section::print_template().
protected function render() {}
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.