Fires once the Customizer theme preview has stopped.
$managerWP_Customize_Managerwp-includes/class-wp-customize-manager.php:747WP_Customize_Manager::stop_previewing_theme() * Fires once the Customizer theme preview has stopped. * * @since 3.4.0 * * @param WP_Customize_Manager $manager WP_Customize_Manager instance. */ do_action( 'stop_previewing_theme', $this ); } /** * Gets whether settings are or will be previewed. * * @since 4.9.0Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.