1877*1878* @since 4.4.01879*1880* @param mixed$value Unsanitized setting post value.1881* @param WP_Customize_Manager$manager WP_Customize_Manager instance.1882*/1883do_action("customize_post_value_set_{$setting_id}",$value,$this);18841885/**1886* Announces when any setting's unsanitized post value has been set.1887*1888* Fires when the WP_Customize_Manager::set_post_value() method is called.1889*
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.