stop_previewing_theme, $this
stop_previewing_theme, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('stop_previewing_theme, $this') is found 1 times:
- /wp-includes/class-wp-customize-manager.php line 746
* @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.0