File: bp-groups/classes/class-bp-groups-group.php |
Description |
---|---|
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. |
BP_Groups_Group::get_membership_requests() |
Get outstanding membership requests for a group. |
BP_Groups_Group::get() |
Query for groups. |
bp_groups_get_orderby |
Filters the ‘type’ parameter used to overwrite ‘order’ and ‘orderby’ values. |