414* the control ID.415*416* @since 3.4.0417*418* @param WP_Customize_Control$control WP_Customize_Control instance.419*/420do_action("customize_render_control_{$this->id}",$this);421422$this->render();423}424425/**426* Renders the control wrapper andcalls$this->render_content()for the internals.
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.