Core::registerCourseComponent()
Add Course tab in profile menu
Description
Source
File: bp-integrations/learndash/core/Core.php
public function registerCourseComponent() {
if ( $this->settings->get( 'course.courses_visibility' ) ) {
/**
* Load first
*/
add_action( 'bp_setup_nav', array( $this, 'setup_nav' ), 100 );
/**
* Load second
*/
add_action( 'bp_setup_admin_bar', array( $this, 'setup_admin_bar' ), 75 );
/**
* Load third
*/
add_action( 'buddyboss_theme_after_bb_groups_menu', array( $this, 'setup_user_profile_bar' ), 10 );
}
}
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.