Reports::courseReportResults( $params )
Filter to sort the report by Course
Description
Source
File: bp-integrations/learndash/buddypress/Reports.php
public function courseReportResults( $params ) { if ( ! empty( $_REQUEST['course'] ) && is_string( $_REQUEST['course'] ) ) { $params['course_ids'] = absint( $_REQUEST['course'] ); } return $params; }
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.