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 | 介绍了。 |