Sync::onUserRemoved( $groupId,  $userId )

Sync when a user is removed from the group

Description

Source

File: bp-integrations/learndash/learndash/Sync.php

176
177
178
179
180
181
182
183
public function onUserRemoved($groupId, $userId)
{
    if (! $generator = $this->groupUserEditCheck('user', $groupId)) {
        return false;
    }
 
    $generator->syncLdUser($userId, true);
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.