Changes between Initial Version and Version 1 of Ticket #5336, comment 9
- Timestamp:
- 02/24/2014 01:41:27 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5336, comment 9
initial v1 1 1 Hi boonebgorges- 2 2 3 Yep, one of the things I was looking for was input on the best way to get what we need for pagination without breaking compatibility with plugins and themes. I was hoping that leaving the function `groups_get_invites_for_group()` working would do it. (The only call to `BP_Groups_Group::get_invites` in BP is `groups_get_invites_for_group` and my new function. ) I'll see if I can figure out how to do it using `BP_Group_Member_Query` instead.3 Yep, one of the things I was looking for was input on the best way to get what we need for pagination without breaking compatibility with plugins and themes. I was hoping that leaving the function `groups_get_invites_for_group()` working would do it. (The only call to `BP_Groups_Group::get_invites` in BP is `groups_get_invites_for_group` and my new function. But of course returning an array of arrays instead of an array of user ids will never work.) I'll see if I can figure out how to do it using `BP_Group_Member_Query` instead. 4 4 5 5 Invite visibility: Yes, I'll move that out.