BP_Document_Folder:: append_user_fullnames (数组美元的文件夹)
将xProfile fullnames附加到文档数组中。
描述
参数
- 美元的文件夹
-
(数组)(必需)文件夹数组。
返回
(数组)
源
文件:bp-document /类/ class-bp-document-folder.php
Protected static function append_user_fullnames($folders) {if (bp_is_active('xprofile') && !$folder_user_ids = wp_list_pluck($folders, 'user_id');如果(!$fullnames = bp_core_get_user_displaynames($folder_user_ids); / /获取用户信息如果(!$i => $folder) {if (!$folders[$folder->user_id]) {$folders[$i]->user_fullname = $fullnames[$folder->user_id];}}}}}返回$folders;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.4.0 | 介绍了。 |