bp_group_list_parents (对象| bool美元集团=假)
输出标记列表组父。
描述
参数
- 美元集团
-
(对象|保龄球)(可选)组对象。默认值:循环中的当前组。
默认值:假
源
文件:bp-groups / bp-groups-template.php
函数bp_group_list_parents($group = false) {global $ group_template;If (empty($group)) {$group =& $ group_template ->group;} if (!$group->parent_id = group_get_group ($group->parent_id); / /用户id$group_type = bp_group_get_group_type ($group->parent_id); / /用户名$group_type_object = bp_group_get_group_type_object ($group_type);$group_type = (isset($group_type_object) && isset($group_type_object->labels['singular_name'])) ?? / / / / / / / / / / / / / /php echo $ group_type;? > < / dt > < dd类=“组列表父母”> < ul id =“集团母公司”> <李> < a href = " < ?PHP bp_group_permalink($parent_group) ?>" class="bp-tooltip" data-bp-tooltip-pos="up" data-bp-tooltip=""> $parent_group->id, 'object' => 'group', 'alt' => sprintf( __( 'Group photo of %s', 'buddyboss' ), bp_get_group_name( $parent_group ) ) ) ) ?>
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |