customize_preview_{$this->id}

customize_preview_{$this->id}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_preview_{$this->id}') is found 1 times:

  • /wp-includes/class-wp-customize-setting.php line 400
    				 * @since 3.4.0
    				 *
    				 * @param WP_Customize_Setting $setting WP_Customize_Setting instance.
    				 */
    				do_action( "customize_preview_{$this->id}", $this );
    
    				/**
    				 * Fires when the WP_Customize_Setting::preview() method is called for settings
    				 * not handled as theme_mods or options.
    				 *
    				 * The dynamic portion of the hook name, `$this->type`, refers to the setting type.