Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4482, comment 7


Ignore:
Timestamp:
05/14/2013 06:41:06 PM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4482, comment 7

    initial v1  
    44
    55The `bp_group_has_members()` loop would support a new parameter of `role` and we can query for these member IDs and then pass them to `bp_has_members()`.
     6
     7The negatives with this approach is this will require an additional query to grab the member IDs, but it reuses code that we don't have to duplicate.