The MU forums have moved to WordPress.org

How do I get the list of blog a user owns (2 posts)

  1. pax2003
    Member
    Posted 18 years ago #

    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).

  2. dsader
    Member
    Posted 18 years ago #

    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.

About this Topic