Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: switch_theme

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
943  *
944  * @param string $template Template name
945  * @param string $stylesheet Stylesheet name.
946  */
947 function switch_theme($template, $stylesheet) {
948      update_option('template', $template);
949      update_option('stylesheet', $stylesheet);
950      delete_option('current_theme');
951      $theme = get_current_theme();
952      do_action('switch_theme', $theme);
953 }
954
955 /**
956  * Checks that current theme files 'index.php' and 'style.css' exists.
957  *
958  * Does not check the 'default' theme. The 'default' theme should always exist
959  * or should have another theme renamed to that template name and directory
960  * path. Will switch theme to default if current theme does not validate.
961  * You can use the 'validate_current_theme' filter to return FALSE to