What is difference between blog id and site id?

The going through the mu functions source I come across references to two different ids for sub-blogs – site id and blog ids. In what context is each used?

2 Answers
2

  • site_id = the ID of the parent site (the domain, eg. wordpress.com)
  • blog_id = the ID of the parent site’s blog(s) (usually sub-domains, eg mary.wordress.com)

Leave a Comment