Core::courses_page_content()

Display Courses in My Course Profile Page

Description

Source

File: bp-integrations/learndash/core/Core.php

319
320
321
322
323
324
325
326
function courses_page_content() {
 
    do_action( 'template_notices' );
 
    do_action( 'bp_learndash_before_courses_page_content' );
 
    bp_get_template_part( 'members/single/courses/courses' );
}

Changelog

Changelog
Version Description
BuddyBoss 1.2.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.