bp_get_current_group_slug ()
返回当前组的鼻涕虫。
描述
返回
(字符串)$current_group_slug当前组的slug(如果有的话)。
源
文件:bp-groups / bp-groups-template.php
函数bp_get_current_group_slug() {$current_group = group_get_current_group ();$current_group_slug = isset($current_group->slug) ?美元current_group - >蛞蝓:”;/** *过滤当前组的鼻涕虫。* * @since BuddyPress 1.5.0 * * @param string $current_group_slug当前组的Slug。* @param object $current_group保存当前组的实例。*/返回apply_filters('bp_get_current_group_slug', $current_group_slug, $current_group);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.5.0 | 介绍了。 |