ReportsGenerator::addCourseTitleActivityFields( $strFields, $queryArgs )
Add course name to sql fields
Description
Source
File: bp-integrations/learndash/library/ReportsGenerator.php
public function addCourseTitleActivityFields($strFields, $queryArgs)
{
return $strFields .= ', courses.post_title as activity_course_title';
}
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.