LLMS_Analytics_Coursecompletions_Widget::get_chart_data()
Contents
Source Source
File: includes/admin/reporting/widgets/class.llms.analytics.widget.coursecompletions.php
23 24 25 26 27 28 29 30 31 32 | protected function get_chart_data() { return array ( 'type' => 'count' , // Type of field. 'header' => array ( 'id' => 'coursecompletions' , 'label' => __( '# of Courses Completed' , 'lifterlms' ), 'type' => 'number' , ), ); } |
Expand full source code Collapse full source code View on GitHub