307*308* The dynamic portion of the hook name,`$this->id`, refers to the ID309* of the specific Customizer section to be rendered.310*311* @since 3.4.0312*/313do_action("customize_render_section_{$this->id}");314315$this->render();316}317318/**319* Render the section UI in a subclass.
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.