stop_previewing_theme action-hook . WP 3.4.0
Fires once the Customizer theme preview has stopped.
Usage
add_action( 'stop_previewing_theme', 'action_function_name_7687' ); function action_function_name_7687( $this ){ // action... }
- $this(WP_Customize_Manager)
- WP_Customize_Manager instance.
Changelog
Since 3.4.0 | Introduced. |
Where the hook is called
stop_previewing_theme
wp-includes/class-wp-customize-manager.php 734
do_action( 'stop_previewing_theme', $this );