bp-notifications/classes/class-bp-rest-notifications-endpoint.php:
BP_REST_Notifications_Endpoint::bp_rest_get_notification_actions()
|
Action to perform.
|
bp-notifications/classes/class-bp-rest-notifications-endpoint.php:
BP_REST_Notifications_Endpoint::bp_rest_link_url_update()
|
Update Link URL after request accept/reject.
|
bp-groups/bp-groups-functions.php:
groups_get_invited_to_group_ids()
|
Get an array of group IDs to which a user is invited.
|
bp-groups/bp-groups-cache.php:
bp_groups_clear_user_group_cache_on_invitation_change()
|
Clear caches on invitation deletion or update.
|
bp-groups/classes/class-bp-rest-group-invites-endpoint.php:
BP_REST_Group_Invites_Endpoint::fetch_single_invite()
|
Helper function to fetch a single group invite.
|
bp-groups/classes/class-bp-rest-group-invites-endpoint.php:
BP_REST_Group_Invites_Endpoint::get_items()
|
Retrieve group invitations.
|
bp-groups/classes/class-bp-groups-invitation-manager.php:
BP_Groups_Invitation_Manager::run_acceptance_action()
|
This is where custom actions are added to run when an invitation or request is accepted.
|
bp-groups/classes/class-bp-groups-member.php:
BP_Groups_Member::get_user_memberships()
|
Gets memberships of a user for purposes of a personal data export.
|
bp-groups/actions/leave-group.php:
groups_action_clean_up_invites_requests()
|
Clean up requests/invites when a member leaves a group.
|
bp-groups/classes/class-bp-group-member-query.php:
BP_Group_Member_Query::get_group_member_ids()
|
Get the members of the queried group.
|
bp-groups/classes/class-bp-group-member-query.php:
BP_Group_Member_Query::populate_group_member_extras()
|
Fetch additional data required in bp_group_has_members() loops.
|
bp-groups/classes/class-bp-groups-group.php:
BP_Groups_Group::get_invites()
|
Get IDs of users with outstanding invites to a given group from a specified user.
|
bp-groups/bp-groups-functions.php:
groups_send_invites()
|
Send all pending invites by a single user to a specific group.
|
bp-groups/bp-groups-functions.php:
bp_get_user_groups()
|
Get a list of groups of which the specified user is a member.
|
bp-groups/bp-groups-notifications.php:
groups_notification_group_invites()
|
Notify a member they have been invited to a group.
|
bp-templates/bp-nouveau/includes/groups/classes.php:
BP_Nouveau_Group_Invite_Query::get_group_member_ids()
|
Get the members of the queried group
|
bp-templates/bp-nouveau/includes/groups/classes.php:
BP_Nouveau_Group_Invite_Query::get_inviter_ids()
|
|
bp-templates/bp-nouveau/includes/groups/ajax.php:
bp_nouveau_ajax_remove_group_invite()
|
AJAX remove group invite.
|