• Resolved berseck

    (@berseck)


    Hello guys

    Im creating one tool that needs user blog_id

    I tried:

    get_blogs_of_user($user->ID);

    And it didn’t work im using buddypress too, but I don’t think buddypress is doing anything about this.

    I can see that wordpress get this info on super admin users. they grab all websites from 1 user id

    I would like to do the same but to add to my tool
    Is it possible?

    Anyone knows how to do that?

    Thanks,
    Thiago Cruz

Viewing 1 replies (of 1 total)
  • Thread Starter berseck

    (@berseck)

    Forget about it I I was wrong I just added:
    get_blogs_of_user($user->ID, true);

    And everything start working

    Cheers,
    Thiago Cruz

Viewing 1 replies (of 1 total)
  • The topic ‘get user blog id’ is closed to new replies.