bp_core_xprofile_update_profile_completion_user_progress()
更新配置文件时功能触发。配置文件字段添加/更新/删除。
描述
删除配置文件完成暂时瞬态。
来源
文件:bp-core / bp-core-clusers.php
函数bp_core_xprofile_update_profile_completion_user_progress(){$ user_id = get_current_user_id();$ stable_options = bp_core_profile_completion_steps_options();$ profile_groups = wp_list_pluck($ stems_options ['profile_groups'],'id');$ profile_photo_type = array();if(!$ stable_options ['is_profile_photo_disabled']){$ profile_photo_type [] ='profile_photo';}如果(!$ stable_options ['is_cover_photo_disabled']){$ profile_photo_type [] ='cover_photo';} //记录用户进度。$ user_progress_arr = bp_xprofile_get_user_progress($ profile_groups,$ profile_photo_type);bp_update_user_meta($ user_id,'bp_profile_completion_widgets',$ user_progress_arr);}
变更乐
版本 | 描述 |
---|---|
Buddyboss 1.4.9. | 介绍。 |