SyncGenerator: fullSyncToLearndash ()
运行一个全用户同步bp组到ld组
描述
源
文件:bp-乐动体育网站怎样integrations / learndash /图书馆/ SyncGenerator.php
public function fullSyncToLearndash() {$lastSynced = group_get_groupmeta ($this->bpGroupId, '_last_sync', true) ?: 0;如果($lastSynced > $this->getLastSyncTimestamp('bp')) {return;} $ this - > syncBpUsers()——> syncBpMods()——> syncBpAdmins ();groups_update_groupmeta ($ this - > bpGroupId, _last_sync,时间());}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |