QuizzesReportsGenerator::loadAdditionalFields( $generator )
Remove and add additional sql field on ajax
Description
Source
File: bp-integrations/learndash/buddypress/generators/QuizzesReportsGenerator.php
101 102 103 104 105 106 107 108 109 110 | 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
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.