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 1898
* @param string $setting_id Setting ID. * @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 ); } /** * Prints JavaScript settings. * * @since 3.4.0