bp_friends_random_members (inttotal_members美元5

调出一组随机成员,并显示他们的一些个人资料。

描述

BuddyPress核心不再使用此功能。

参数

total_members美元

int(可选)要检索的成员数目。

默认值:5

文件:bp-friends / bp-friends-template.php

function bp_friends_random_members($total_members = 5) {if (!$user_ids = wp_cache_get('friends_random_users', 'bp')) {$user_ids = BP_Core_User::get_users('random', $total_members);Wp_cache_set ('friends_random_users', $user_ids, 'bp');} ? > < ?PHP if ($user_id [' user_id ']) {?PHP for ($i = 0, $count = count($user_ids['users'])); / /用户id我<美元计数;++$i) {?php echo bp_core_get_user_domain (user_id美元(“用户”)[我]- > id) ? > " > < ?php echo bp_core_fetch_avatar(数组(' item_id ' = > $ user_id(“用户”)[我]- > id,“类型”= >“拇指 ' ) ) ?> < h5 > < ?php echo bp_core_get_userlink (user_id美元(“用户”)[我]- > id) ? > < / h5 > < ?PHP if (bp_is_active('xprofile')) {?PHP $random_data = xprofile_get_random_profile_data($user_ids['users'][$i]->id, true); / /用户id? 

name ?php echo $random_data[0]->value ?>

id ) ?>

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队