apply_filters( 'bp_group_member_query_group_member_ids', array $group_member_ids , BP_Group_Member_Query $this )
Filters the member IDs for the current group member query.
Description
Use this filter to build a custom query (such as when you’ve defined a custom ‘type’).
Parameters
- $group_member_ids
-
Array of associated member IDs.
- $this
-
Current BP_Group_Member_Query instance.
Source
Changelog
Version | Description |
---|---|
BuddyPress 2.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.