customize_preview_{$this->type}

customize_preview_{$this->type}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/class-wp-customize-setting.php line 412
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
                 * @since 4.1.0
                 *
                 * @param WP_Customize_Setting $setting WP_Customize_Setting instance.
                 */
                do_action( "customize_preview_{$this->type}", $this );
        }
     
        $this->is_previewed = true;
     
        return true;
    }