Methods |
Description |
---|---|
BP_Groups_Component::setup_cache_groups() |
Setup cache groups |
BP_Groups_Component::setup_canonical_stack() |
Set up canonical stack for this component. |
BP_Groups_Component::setup_globals() |
Set up component global data. |
BP_Groups_Component::setup_nav() |
Set up component navigation. |
BP_Groups_Component::setup_title() |
Set up the title for pages and |
BP_Groups_Group_Members_Template::__construct() |
Constructor. |
BP_Groups_Group_Members_Template::has_members() |
Whether or not there are members to display. |
BP_Groups_Group_Members_Template::members() |
Finishes up the members for display. |
BP_Groups_Group_Members_Template::next_member() |
Increments to the next member to display. |
BP_Groups_Group_Members_Template::rewind_members() |
Rewinds to the first member to display. |
BP_Groups_Group_Members_Template::the_member() |
Sets up the member to display. |
BP_Groups_Group::__construct() |
Constructor method. |
BP_Groups_Group::__get() |
Magic getter. |
BP_Groups_Group::__isset() |
Magic issetter. |
BP_Groups_Group::__set() |
Magic setter. |
BP_Groups_Group::check_slug() |
Check for the existence of a slug. |
BP_Groups_Group::convert_orderby_to_order_by_term() |
Convert the ‘orderby’ param into a proper SQL term/column. |
BP_Groups_Group::convert_type_to_order_orderby() |
Convert the ‘type’ parameter to ‘order’ and ‘orderby’. |
BP_Groups_Group::delete() |
Delete the current group. |
BP_Groups_Group::delete_all_invites() |
Delete all invitations to a given group. |
BP_Groups_Group::filter_user_groups() |
Get a list of a user’s groups, filtered by a search string. |
BP_Groups_Group::get() |
Query for groups. |
BP_Groups_Group::get_admins() |
Get a list of the group’s admins. |
BP_Groups_Group::get_by_letter() |
Get a list of groups whose names start with a given letter. |
BP_Groups_Group::get_group_extras() |
Fetch extra data for a list of groups. |
BP_Groups_Group::get_group_type_ids() |
Get an array containing ids for each group type. |
BP_Groups_Group::get_id_by_previous_slug() |
Get whether a group exists for an old slug. |
BP_Groups_Group::get_id_from_slug() |
Get the ID of a group by the group’s slug. |
BP_Groups_Group::get_invites() |
Get IDs of users with outstanding invites to a given group from a specified user. |
BP_Groups_Group::get_is_member() |
Checks whether the logged-in user is a member of the group. |
BP_Groups_Group::get_membership_requests() |
Get outstanding membership requests for a group. |
BP_Groups_Group::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Activity_Activity::get() |
BP_Groups_Group::get_mods() |
Get a list of the group’s mods. |
BP_Groups_Group::get_random() |
Get a list of random groups. |
BP_Groups_Group::get_slug() |
Get the slug for a given group ID. |
BP_Groups_Group::get_sql_clause_for_group_types() |
Get SQL clause for group type(s). |
BP_Groups_Group::get_total_group_count() |
Get a total group count for the site. |
BP_Groups_Group::get_total_member_count() |
Get the member count for a group. |
BP_Groups_Group::get_user_has_access() |
Checks whether the logged-in user has access to the group. |
BP_Groups_Group::group_exists() |
Get whether a group exists for a given slug. |
BP_Groups_Group::has_members() |
Check whether a given group has any members. |
BP_Groups_Group::has_membership_requests() |
Check whether a group has outstanding membership requests. |
BP_Groups_Group::is_visible() |
Checks whether the current user can know the group exists. |
BP_Groups_Group::populate() |
Set up data about the current group. |
BP_Groups_Group::save() |
Save the current group to the database. |
BP_Groups_Group::search_groups() |
Get a list of groups, filtered by a search string. |
BP_Groups_Group::set_up_admins_and_mods() |
Set up admins and mods for the current group object. |
BP_Groups_Group::strip_leading_and() |
Strips the leading AND and any surrounding whitespace from a string. |
BP_Groups_Invitation_Manager::__construct() |
Construct parameters. |
BP_Groups_Invitation_Manager::allow_invitation() |
Should this invitation be created? |