function groups_get_all($limit = null, $page = 1, $only_public = true, $sort_by = false, $order = false) { return BP_Groups_Group::get_all($limit, $page, $only_public, $sort_by, $order); }