SyncGenerator::setBpGroupId()

Sasve bp group id to current ld group

Description

Source

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

520
521
522
523
524
protected function setBpGroupId()
{
    update_post_meta($this->ldGroupId, $this->syncMetaKey, $this->bpGroupId);
    return $this;
}

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.