Methods |
Description |
---|---|
BP_Groups_Invitation_Manager::allow_request() |
Should this request be created? |
BP_Groups_Invitation_Manager::mark_accepted() |
With group invitations, we don’t need to keep the old record, so we delete rather than mark invitations as “accepted.” |
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_Invitation_Manager::run_send_action() |
This is where custom actions are added to run when notifications of an invitation or request need to be generated & sent. |
BP_Groups_Invite_Template::__construct() |
BP_Groups_Invite_Template constructor. |
BP_Groups_Invite_Template::has_invites() |
Whether or not there are invites to show. |
BP_Groups_Invite_Template::invites() |
Finishes up the invites to show. |
BP_Groups_Invite_Template::next_invite() |
Increments up to the next invite to show. |
BP_Groups_Invite_Template::rewind_invites() |
Rewinds to the first invite to show. |
BP_Groups_Invite_Template::the_invite() |
Sets up the invite to show. |
BP_Groups_List_Table::__construct() |
Constructor |
BP_Groups_List_Table::add_group_type_bulk_change_select() |
Markup for the Group Type bulk change select. |
BP_Groups_List_Table::add_type_column() |
Add group type column to the WordPress admin groups list table. |
BP_Groups_List_Table::column_cb() |
Markup for the Checkbox column. |
BP_Groups_List_Table::column_comment() |
Name column, and “quick admin” rollover actions. |
BP_Groups_List_Table::column_content_group_type() |
Markup for the Group Type column. |
BP_Groups_List_Table::column_default() |
Allow plugins to add their custom column. |
BP_Groups_List_Table::column_description() |
Markup for the Description column. |
BP_Groups_List_Table::column_gid() |
Markup for the Group ID column. |
BP_Groups_List_Table::column_last_active() |
Markup for the Last Active column. |
BP_Groups_List_Table::column_members() |
Markup for the Number of Members column. |
BP_Groups_List_Table::column_status() |
Markup for the Status column. |
BP_Groups_List_Table::display() |
Output the Groups data table. |
BP_Groups_List_Table::extra_tablenav() |
Extra controls to be displayed between bulk actions and pagination |
BP_Groups_List_Table::get_bulk_actions() |
Get bulk actions for single group row. |
BP_Groups_List_Table::get_column_info() |
Get an array of all the columns on the page. |
BP_Groups_List_Table::get_columns() |
Get the table column titles. |
BP_Groups_List_Table::get_default_primary_column_name() |
Get name of default primary column |
BP_Groups_List_Table::get_sortable_columns() |
Get the column names for sortable columns. |
BP_Groups_List_Table::get_views() |
Get the list of views available on this table (e.g. “all”, “public”). |
BP_Groups_List_Table::group_type_permalink_use_admin_filter() |
Filters the group type list permalink in the Group Type column. |
BP_Groups_List_Table::no_items() |
Display a message on screen when no items are found (“No groups found”). |
BP_Groups_List_Table::prepare_items() |
Set up items for display in the list table. |
BP_Groups_List_Table::row_actions() |
Override WP_List_Table::row_actions(). |
BP_Groups_List_Table::single_row() |
Generate content for a single row of the table. |
BP_Groups_Member_Suggestions::get_suggestions() |
Find and return a list of username suggestions that match the query. |
BP_Groups_Member_Suggestions::validate() |
Validate and sanitise the parameters for the suggestion service query. |
BP_Groups_Member::__construct() |
Constructor method. |
BP_Groups_Member::__get() |
Magic getter. |
BP_Groups_Member::__isset() |
Magic issetter. |
BP_Groups_Member::accept_invite() |
Mark a pending invitation as accepted. |
BP_Groups_Member::accept_request() |
Confirm a membership request. |
BP_Groups_Member::ban() |
Ban the user from the group. |
BP_Groups_Member::check_for_membership_request() |
Check whether a user has an outstanding membership request for a given group. |
BP_Groups_Member::check_has_invite() |
Check whether a user has an outstanding invitation to a given group. |
BP_Groups_Member::check_is_admin() |
Check whether a user is an admin of a given group. |
BP_Groups_Member::check_is_banned() |
Check whether a user is banned from a given group. |
BP_Groups_Member::check_is_creator() |
Is the specified user the creator of the group? |
BP_Groups_Member::check_is_member() |
Check whether a user is a member of a given group. |
BP_Groups_Member::check_is_mod() |
Check whether a user is a mod of a given group. |