bp-core/deprecated/1.5.php:
groups_at_message_notification()
|
Send an email and a BP notification on receipt of an @-mention in a group
|
bp-activity/classes/class-bp-rest-activity-endpoint.php:
BP_REST_Activity_Endpoint::show_hidden()
|
Show hidden activity?
|
bp-activity/bp-activity-template.php:
bp_has_activities()
|
Initialize the activity loop.
|
bp-activity/bp-activity-functions.php:
bp_activity_user_can_read()
|
Can a user see a particular activity item?
|
bp-templates/bp-nouveau/includes/activity/functions.php:
bp_nouveau_activity_scope_newest_class()
|
|
bp-templates/bp-nouveau/includes/groups/functions.php:
bp_nouveau_rest_group_invites_get_items_permissions_check()
|
Makes sure the Nouveau specific behavior about Group invites visibility is applied to the REST API.
|
bp-templates/bp-nouveau/includes/groups/ajax.php:
bp_nouveau_ajax_joinleave_group()
|
Join or leave a group when clicking the “join/leave” button via a POST request.
|
bp-templates/bp-nouveau/includes/groups/ajax.php:
bp_nouveau_ajax_remove_group_invite()
|
|
bp-templates/bp-legacy/buddypress-functions.php:
bp_legacy_theme_ajax_joinleave_group()
|
Join or leave a group when clicking the “join/leave” button via a POST request.
|
bp-groups/classes/class-bp-rest-group-membership-endpoint.php:
BP_REST_Group_Membership_Endpoint::get_items_permissions_check()
|
Check if a given request has access to group members.
|
bp-groups/classes/class-bp-groups-group.php:
BP_Groups_Group::get_group_extras()
|
Fetch extra data for a list of groups.
|
bp-groups/classes/class-bp-groups-group.php:
BP_Groups_Group::get_is_member()
|
Checks whether the logged-in user is a member of the group.
|
bp-groups/classes/class-bp-rest-groups-endpoint.php:
BP_REST_Groups_Endpoint::can_see()
|
Can a user see a group?
|
bp-groups/classes/class-bp-group-extension.php:
BP_Group_Extension::user_meets_access_condition()
|
Check whether the current user meets an access condition.
|
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/screens/single/admin/membership-requests.php:
groups_screen_group_admin_requests()
|
Handle the display of Admin > Membership Requests.
|
bp-groups/bp-groups-filters.php:
bp_groups_user_can_filter()
|
Filter the bp_user_can value to determine what the user can do with regards to a specific group.
|
bp-groups/bp-groups-activity.php:
groups_post_update()
|
Post an Activity status update affiliated with a group.
|
bp-groups/bp-groups-activity.php:
bp_groups_filter_activity_can_comment()
|
Function used to determine if a user can comment on a group activity item.
|
bp-groups/actions/leave-group.php:
groups_action_leave_group()
|
Catch and process “Leave Group” button clicks.
|
bp-groups/actions/join.php:
groups_action_join_group()
|
Catch and process “Join Group” button clicks.
|
bp-groups/bp-groups-functions.php:
groups_join_group()
|
Add a user to a group.
|
bp-themes/bp-default/_inc/ajax.php:
bp_dtheme_ajax_joinleave_group()
|
Join or leave a group when clicking the “join/leave” button via a POST request.
|
bp-friends/bp-friends-functions.php:
friends_get_friends_invite_list()
|
Get a list of friends that a user can invite into this group.
|
bp-friends/classes/class-bp-friends-friendship.php:
BP_Friends_Friendship::get_invitable_friend_count()
|
Get a count of a user’s friends who can be invited to a given group.
|