ReportsGenerator::addCourseTitleActivityGroup( $strWheres, $queryArgs )
Add placeholder where statement
Description
Source
File: bp-integrations/learndash/library/ReportsGenerator.php
public function addCourseTitleActivityGroup($strWheres, $queryArgs)
{
return $strWheres .= " AND 2=2 "; // we gonna conditionaly replace this for group_by
// return $strWheres .= " GROUP BY activity_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.