wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



after_switch_theme › WordPress Action Hooks

Seit3.3.0
Veraltetn/v
do_action( 'after_switch_theme', $old_theme->get( 'Name' )
Parameter: (2)
  • () old_name Old theme name.
    Erforderlich: Ja
  • () old_theme WP_Theme instance of the old theme.
    Erforderlich: Ja
Definiert in:
Codex:

Fires on the next WP load after the theme has been switched.

The parameters differ according to whether the old theme exists or not. If the old theme is missing, the old name will instead be the slug of the old theme. See {@see 'switch_theme'}.




Quellcode

do_action( 'after_switch_theme', $old_theme->get( 'Name' ), $old_theme );