File: bp-groups/classes/class-bp-groups-group.php |
Description |
---|---|
bp_groups_get_paged_groups_sql |
Filters the pagination SQL statement. |
bp_groups_get_total_groups_sql |
Filters the SQL used to retrieve total group results. |
BP_Groups_Group::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Activity_Activity::get() |
BP_Groups_Group::convert_type_to_order_orderby() |
Convert the ‘type’ parameter to ‘order’ and ‘orderby’. |
BP_Groups_Group::convert_orderby_to_order_by_term() |
Convert the ‘orderby’ param into a proper SQL term/column. |
BP_Groups_Group::search_groups() |
Get a list of groups, filtered by a search string. |
BP_Groups_Group::check_slug() |
Check for the existence of a slug. |
BP_Groups_Group::get_slug() |
Get the slug for a given group ID. |
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. |