Checking to see if there’s a function I can use to display users in a Group on a members page. Like MY FRIENDS on the member page.
But in this case, it’d be a list of users who also belong to the same group I belong to (friends or not).
I tried plugging into the function below: but no luck… any ideas? :
function bp_group_has_members( $group_id = false, $num_per_page = 10, $exclude_admins_mods = true, $exclude_banned = true ) {