Reports::isRealJoins()
Fix bug on LD where they typed the action name wrong
Description
Source
File: bp-integrations/learndash/buddypress/Reports.php
protected function isRealJoins()
{
if (in_array(current_filter(), ['learndash_user_activity_query_joins', 'learndash_user_activity_query_join'])) {
return true;
}
return $this->isRealJoins;
}
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.