Hello!
Is it possible to get the current blog id in external plugin files? I've solved it by always sending the blog_id in urls, but thats not optimal.
Examples of where i need the blog id:
- External ajax calls
- Generated xml-files
- Tinymce plugins (popup)
...
Thanks