Reports::reportAdditionalActivityTables( $strJoins, $queryArgs )
Sub filter for ld’s activity sql query on joins
Description
Source
File: bp-integrations/learndash/buddypress/Reports.php
291 292 293 294 295 296 297 298 299 300 | public function reportAdditionalActivityTables( $strJoins , $queryArgs ) { // Learndash Bug https://screencast.com/t/iBajWvdt if (! $this ->isRealJoins()) { $this ->isRealJoins = true; return $strJoins ; } return apply_filters( 'bp_ld_sync/reports/activity_joins' , $strJoins , $queryArgs ); } |
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.