Fires once the Customizer theme preview has started.
$managerWP_Customize_Managerwp-includes/class-wp-customize-manager.php:708WP_Customize_Manager::start_previewing_theme() * Fires once the Customizer theme preview has started. * * @since 3.4.0 * * @param WP_Customize_Manager $manager WP_Customize_Manager instance. */ do_action( 'start_previewing_theme', $this ); } /** * Stops previewing the selected theme. * * Removes filters to change the active theme.Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.