Namespaces: global |
Description |
|---|---|
| groups_action_group_feed() |
Load the activity feed for the current group. |
| groups_action_redirect_to_random_group() |
Catch requests for a random group page (example.com/groups/?random-group) and redirect. |
| groups_action_join_group() |
Catch and process “Join Group” button clicks. |
| groups_action_leave_group() |
Catch and process “Leave Group” button clicks. |
| groups_action_create_group() |
Catch and process group creation form submissions. |
| bp_register_group_extension() |
Register a new Group Extension. |
| BP_Group_Extension |
API for creating group extensions without having to hardcode the content into the theme. |
| BP_Groups_Theme_Compat |
The main theme compat class for BuddyBoss Groups. |
| BP_Groups_Template |
The main Groups template loop class. |
| BP_Groups_List_Table |
List table class for the Groups component admin page. |