Reports::export_report_column( $columns, $report_generator )
Add status columns to export
Description
Source
File: bp-integrations/learndash/buddypress/Reports.php
383 384 385 386 387 388 389 | public function export_report_column( $columns , $report_generator ) { if ( ! empty ( $report_generator ->args[ 'step' ] ) && in_array( $report_generator ->args[ 'step' ], array ( 'forum' ) ) ) { $columns [ 'status' ] = $report_generator ->column( 'status' ); } return $columns ; } |
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.