703*704* @since 3.4.0705*706* @param mixed$value Value of the setting.707* @param WP_Customize_Setting$setting WP_Customize_Setting instance.708*/709do_action("customize_update_{$this->type}",$value,$this);710711returnhas_action("customize_update_{$this->type}");712}713}714715/**
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.