BpGroupCourses::settings_screen( $groupId = null )

Displays the settings for all views

Description

Source

File: bp-integrations/learndash/buddypress/components/BpGroupCourses.php

37
38
39
40
41
42
43
44
public function settings_screen($groupId = null)
{
    $groupId    = $groupId ?: bp_get_new_group_id();
    $hasLdGroup = bp_ld_sync('buddypress')->sync->generator($groupId)->hasLdGroup();
    $ldGroupId  = $hasLdGroup? bp_ld_sync('buddypress')->sync->generator($groupId)->getLdGroupId() : 0;
 
    require bp_locate_template('groups/single/admin/edit-courses.php', false);
}

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.