QuizzesReportsGenerator::loadAdditionalFields( $generator )

Remove and add additional sql field on ajax

Description

Source

File: bp-integrations/learndash/buddypress/generators/QuizzesReportsGenerator.php

	public function loadAdditionalFields($generator)
	{
		if (! is_a($generator, get_class($this))) {
			return;
		}

		$this->excludeCourseTimeSpent();

		add_filter('bp_ld_sync/reports/activity_fields', [$this, 'addQuizActivityFields'], 10, 2);
	}

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.