do_action( 'switch_theme', string $new_name , WP_Theme $new_theme , WP_Theme $old_theme )
Fires after the theme is switched.
Parameters
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
4.5.0 | Introduced the $old_theme parameter. |
1.5.0 | Introduced. |