Fires once the Customizer theme preview has started.
Parameters
$manager
WP_Customize_Manager- WP_Customize_Manager instance.
Source
do_action( 'start_previewing_theme', $this );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Fires once the Customizer theme preview has started.
$manager
WP_Customize_Managerdo_action( 'start_previewing_theme', $this );
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.