File: bp-groups/classes/class-bp-groups-group.php |
Description |
---|---|
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::filter_user_groups() |
Get a list of a user’s groups, filtered by a search string. |
BP_Groups_Group::__isset() |
Magic issetter. |
BP_Groups_Group::__set() |
Magic setter. |
BP_Groups_Group::get_admins() |
Get a list of the group’s admins. |
BP_Groups_Group::get_mods() |
Get a list of the group’s mods. |
BP_Groups_Group::set_up_admins_and_mods() |
Set up admins and mods for the current group object. |
BP_Groups_Group::get_is_member() |
Checks whether the logged-in user is a member of the group. |