Core::course_page()
Display Course Page Content in Profile course menu
Description
Source
File: bp-integrations/learndash/core/Core.php
public function course_page() {
add_action( 'bp_template_content', array( $this, 'courses_page_content' ) );
bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
}
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.