do_action( 'customize_preview_init', WP_Customize_Manager $manager )

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


Parameters

$manager

WP_Customize_Manager instance.


Source

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

View on GitHub


Changelog

Changelog
Version Description
3.4.0 Introduced.