bp_xprofile_new_avatar_activity (intuser_id美元

当用户上传新角色时添加一个活动feed项目。

描述

参数

user_id美元

int(必需)角色设置的用户id。

返回

(保龄球)

文件:bp-xprofile / bp-xprofile-activity.php

function bp_xprofile_new_avatar_activity($user_id = 0){//如果activity组件不活跃如果(!Bp_is_active ('activity')){返回false;} if (empty($user_id)) {$user_id = bp_displayed_user_id();} /** *当用户上传新头像时过滤用户ID。* * @param int $user_id设置头像的用户ID。*/ $user_id = apply_filters('bp_xprofile_new_avatar_user_id', $user_id);//添加活动。Bp_activity_add (array('user_id' => $user_id, 'component' => 'profile', 'type' => 'new_avatar'));}

更新日志

更新日志
版本 描述
BuddyPress 2.3.4添加新参数以获取角色设置的用户id。 BuddyPress 2.3.4添加新参数以获取角色设置的用户id。
BuddyPress 1.0.0 介绍了。

问题吗?

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