Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created August 13, 2013 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliffordp/6225411 to your computer and use it in GitHub Desktop.
Save cliffordp/6225411 to your computer and use it in GitHub Desktop.
$current_blog_id = $GLOBALS['blog_id'];
if ($current_blog_id == 1) {
// for site 1
} elseif ($current_blog_id == 2) {
// for site 2
} else {
// for rest of sites
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment