SyncGenerator:: syncBpMember (userId美元,美元的删除=假,clearCache美元=真正的)
同步一个bp成员到ld
描述
源
文件:bp-乐动体育网站怎样integrations / learndash /图书馆/ SyncGenerator.php
public function syncBpMember($userId, $remove = false, $clearCache = true) {$this->syncingToLearndash(function() use ($userId, $remove) {call_user_func_array($this->getBpSyncFunction('user'), [$userId, $this->ldGroupId, $remove]);//如果同步到user,我们需要删除以前的admin if ('user' == $this->getBpSyncToRole('user')) {call_user_func_array('ld_update_leader_group_access', [$userId, $this->ldGroupId, true]);} });if ($ this-> clearldgrouppcache ();美元}返回;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |