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