bp_get_current_profile_group_id ()

返回当前配置文件组ID。

描述

返回

(int)

文件:bp-xprofile / bp-xprofile-template.php

函数bp_get_current_profile_group_id() {$profile_group_id = bp_action_variable(1);If(空($profile_group_id)) {$profile_group_id = 1;} /** *过滤当前配置文件组ID。* *取值为admin/profile/edit/[group-id]。* * @since BuddyPress 1.1.0 * * @param int $profile_group_id当前配置文件组ID。*/返回(int) apply_filters('bp_get_current_profile_group_id', $profile_group_id);}

更新日志

更新日志
版本 描述
BuddyPress 1.1.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队