bp成员编辑个人资料url(一串$url,int$user\u id,一串美元方案=“管理员”)
筛选用户配置文件URL以指向BuddyPress配置文件编辑。
描述
参数
- $url
-
(一串)(必选)WP配置文件编辑URL。
- $user\u id
-
(int)(必选)用户的ID。
- 美元方案
-
(一串)(可选)要使用的方案。
默认值:“admin”
回来
(字符串)
来源
文件:bp members/bp-members-filters.php
函数bp_members_edit_profile_url($url,$user_id,$scheme='admin'){//如果xprofile是活动的,请使用配置文件域链接。如果(!is_admin()&&bp_是活动的('xprofile'){$profile_link=trailingslashit(bp_core_get_user_domain($user_id)。bp_get_profile_slug()。/edit')}否则{//默认为$url。$profile_link=$url;}/***筛选用户配置文件URL以指向BuddyPress配置文件编辑。**@自BuddyPress 1.5.2以来**@param string$URL WP profile edit URL.*@param int$user\u id用户的id.*@param string$scheme要使用的方案。*/返回应用过滤器('bp\u members\u edit\u profile\u URL',$profile\u link,$URL,$user\u id,$scheme);}
变更日志
版本 | 描述 |
---|---|
BuddyPress 1.6.0 | 介绍。 |