533* the base slug of the setting name.534*535* @since 3.4.0536*537* @param WP_Customize_Setting$setting WP_Customize_Setting instance.538*/539do_action("customize_save_{$id_base}",$this);540541$this->update($value);542}543544/**545* Fetch and sanitize the$_POST value for the setting.
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.