do_action( 'switch_theme', string $new_name, WP_Theme $new_theme, WP_Theme $old_theme )

Fires after the theme is switched.


Description Description


Parameters Parameters

$new_name

(string) Name of the new theme.

$new_theme

(WP_Theme) WP_Theme instance of the new theme.

$old_theme

(WP_Theme) WP_Theme instance of the old theme.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced the $old_theme parameter.
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.