xprofile_get_random_profile_data(㈡$ user_id.那赃物$ comotlude_fullname.=真的的)
为用户获取随机的简档数据。
描述
参数
- $ user_id.
-
(㈡的)(必需的)用户的用户ID以获取随机数据。
- $ comotlude_fullname.
-
(赃物的)(可选的)是否将全名字段排除为随机数据。默认为true。
默认值:true
返回
(字符串| BOOL)如果没有数据或不匹配,则用户为用户获取随机数据,或者false。
来源
文件:BP-Xprofile / BP-Xprofile-Functions.php
函数xprofile_get_random_profile_data($ user_id,$ callude_fullname = true){$ field_data = bp_xprofile_profiledata :: get_random($ user_id,$ callude_fullname);if(空($ field_data)){返回false;$ field_data [0] - > value = xprofile_format_profile_field($ field_data [0] - > type,$ field_data [0] - >值);if(空($ field_data [0] - >值)){返回false;} / ** *过滤用户的随机配置文件数据。* * @since buddypress 1.0.0 * * @param数组$ field_data array持有随机配置文件数据。* / returnaply_filters('xprofile_get_random_profile_data',$ field_data);}
变更乐
版本 | 描述 |
---|---|
BuddyPress 1.0.0. | 介绍。 |