/ Published in: PHP
URL: http://codex.wordpress.org/WPMU_Functions/get_blog_details
Expand |
Embed | Plain Text
global $blog_id; $blog = get_blog_details($blog_id); $name = $blog->blogname; // See: http://codex.wordpress.org/WPMU_Functions/get_blog_details
You need to login to post a comment.
