BP_XProfile_ProfileData:: get_fullname (intuser_id美元)
获取提供的用户ID的全名。
描述
参数
- user_id美元
-
(int)(必需)要查询的用户ID。
返回
(混合)
源
文件:bp-xprofile /类/ class-bp-xprofile-profiledata.php
Public static function get_fullname($user_id = 0) {if (empty($user_id)) {$user_id = bp_displayed_user_id(); / /用户名} return xprofile_get_field_data(bp_xprofile_fullname_field_id(), $user_id);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.0.0 | 介绍了。 |