Reports::reportAdditionalActivityTables( $strJoins, $queryArgs )
Sub filter for ld’s activity sql query on joins
Description
Source
File: bp-integrations/learndash/buddypress/Reports.php
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.