ReportsGenerator::includeCourseTitle()
Add addition sql statement when fetching course reports
Description
Source
File: bp-integrations/learndash/library/ReportsGenerator.php
247 248 249 250 251 252 253 254 | protected function includeCourseTitle() { add_filter( 'bp_ld_sync/reports/activity_fields' , [ $this , 'addCourseTitleActivityFields' ], 10, 2); add_filter( 'bp_ld_sync/reports/activity_joins' , [ $this , 'addCourseTitleActivityTables' ], 10, 2); add_filter( 'bp_ld_sync/reports/activity_wheres' , [ $this , 'addCourseTitleActivityWhere' ], 10, 2); add_filter( 'bp_ld_sync/reports/activity_groups' , [ $this , 'addCourseTitleActivityGroup' ], 10, 2); add_filter( 'learndash_user_activity_query_str' , [ $this , 'maybeAddActivityGroupBy' ], 10, 2); } |
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.