Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options.
$valuemixed$settingWP_Customize_Settingwp-includes/class-wp-customize-setting.php:704WP_Customize_Setting::update() * * @since 3.4.0 * * @param mixed $value Value of the setting. * @param WP_Customize_Setting $setting WP_Customize_Setting instance. */ do_action( "customize_update_{$this->type}", $value, $this ); return has_action( "customize_update_{$this->type}" ); } } /**Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.