291*292* The dynamic portion of the hook name,`$this->id`, refers to293* the ID of the specific Customizer panel to be rendered.294*295* @since 4.0.0296*/297do_action("customize_render_panel_{$this->id}");298299$this->render();300}301302/**303* Render the panel container,and then its contents(via `this->render_content()`) in a subclass.
History
Introduced in 4.0.0. Unchanged from 6.7.7 through 7.1.0.