Render the panel UI in a subclass.
Description
Panel contents are now rendered in JS by default, see WP_Customize_Panel::print_template().
Source
protected function render_content() {}
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
Render the panel UI in a subclass.
Panel contents are now rendered in JS by default, see WP_Customize_Panel::print_template().
protected function render_content() {}
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.