I trying to figure out how to get a list of blogs that the current user is a part of.
Just like the drop down in the upper left hand corner when you are logged in as a admin (I went to look for this code first, but could not find it).
I trying to figure out how to get a list of blogs that the current user is a part of.
Just like the drop down in the upper left hand corner when you are logged in as a admin (I went to look for this code first, but could not find it).
wp-includes/wpmu-functions.php
get_blogs_of_user lists all blogs where a user has capabilities and
get_active_blog_for_user lists user's "primary" blog.