ReportsGenerator::addCourseTitleActivityTables( $strJoins, $queryArgs )
Add course table to sql joins
Description
Source
File: bp-integrations/learndash/library/ReportsGenerator.php
public function addCourseTitleActivityTables($strJoins, $queryArgs) { global $wpdb; return $strJoins .= " LEFT JOIN {$wpdb->posts} as courses ON courses.ID=ld_user_activity.course_id "; }
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.