customize_post_value_set_{$setting_id}, $value, $this
customize_post_value_set_{$setting_id}, $value, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_post_value_set_{$setting_id}, $value, $this') is found 1 times:
- /wp-includes/class-wp-customize-manager.php line 1882
* * @param mixed $value Unsanitized setting post value. * @param WP_Customize_Manager $manager WP_Customize_Manager instance. */ do_action( "customize_post_value_set_{$setting_id}", $value, $this ); /** * Announces when any setting's unsanitized post value has been set. * * Fires when the WP_Customize_Manager::set_post_value() method is called. *