Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: custom members loop

If you need to get the userdata for a particular member you can use:

<?php $ud = get_userdata( bp_get_the_site_member_user_id() ); ?>

that will only work inside of the site members loop.

Skip to toolbar