Not sure if I should create a new topic for this, but I’m curious as to which function I should be using – bp_get_user_groups or groups_get_user_groups. All I need are the IDs, but groups_get_user_groups doesn’t use wp_cache, and thus runs many redundant sql queries – this makes it seem like a completely redundant function. Or am I wrong?