customize_update_{$this->type}, $value, $this
customize_update_{$this->type}, $value, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_update_{$this->type}, $value, $this') is found 1 times:
- /wp-includes/class-wp-customize-setting.php line 709
* * @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 (bool) has_action( "customize_update_{$this->type}" ); } } /**