Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. add_action( 'wpmu_upgrade_site', 'p167109_switch_theme' );
  2. function p167109_switch_theme( $blog_id ){
  3. switch_theme( $template, $stylesheet );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement