Reports::isRealJoins()

Fix bug on LD where they typed the action name wrong

Description

Source

File: bp-integrations/learndash/buddypress/Reports.php

566
567
568
569
570
571
572
573
protected function isRealJoins()
{
    if (in_array(current_filter(), ['learndash_user_activity_query_joins', 'learndash_user_activity_query_join'])) {
        return true;
    }
 
    return $this->isRealJoins;
}

Changelog

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.