after_switch_theme, $stylesheet, $old_theme

after_switch_theme, $stylesheet, $old_theme

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('after_switch_theme, $stylesheet, $old_theme') is found 1 times:

  • /wp-includes/theme.php line 3505
    			 */
    			do_action( 'after_switch_theme', $old_theme->get( 'Name' ), $old_theme );
    		} else {
    			/** This action is documented in wp-includes/theme.php */
    			do_action( 'after_switch_theme', $stylesheet, $old_theme );
    		}
    
    		flush_rewrite_rules();
    
    		update_option( 'theme_switched', false );
    	}