do_action( 'customize_preview_init', WP_Customize_Manager $this )

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


Description


Parameters

$this

(WP_Customize_Manager) WP_Customize_Manager instance.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Version Description
3.4.0 Introduced.