do_action( 'customize_preview_init', WP_Customize_Manager $this )

Fires once the Customizer preview has initialized and JavaScript settings have been printed.


Parameters

$this

(WP_Customize_Manager) WP_Customize_Manager instance.


Source

File: wp-includes/class-wp-customize-manager.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.