SyncGenerator::clearLdGroupCache()

Clear the ld cache after sync

Description

Source

File: bp-integrations/learndash/library/SyncGenerator.php

708
709
710
711
712
protected function clearLdGroupCache()
{
    delete_transient("learndash_group_leaders_{$this->ldGroupId}");
    delete_transient("learndash_group_users_{$this->ldGroupId}");
}

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.