286*287* The dynamic portion of the hook name,`$this->id`, refers to288* the ID of the specific Customizer panel to be rendered.289*290* @since 4.0.0291*/292do_action("customize_render_panel_{$this->id}");293294$this->render();295}296297/**298* 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.