409* the control ID.410*411* @since 3.4.0412*413* @param WP_Customize_Control$control WP_Customize_Control instance.414*/415do_action("customize_render_control_{$this->id}",$this);416417$this->render();418}419420/**421* 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.