LLMS_Integration_Buddypress::achievements_screen()
Callback for “Achievements” profile screen
Description Description
Return Return
(null)
Source Source
File: includes/integrations/class.llms.integration.buddypress.php
public function achievements_screen() { add_action( 'bp_template_content', 'lifterlms_template_student_dashboard_my_achievements' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: