LLMS_Analytics_Refunds_Widget::get_chart_data()
Contents
Source Source
File: includes/admin/reporting/widgets/class.llms.analytics.widget.refunds.php
protected function get_chart_data() {
return array(
'type' => 'count',
'header' => array(
'id' => 'refunds',
'label' => __( '# of Refunds', 'lifterlms' ),
'type' => 'number',
),
);
}
Expand full source code Collapse full source code View on GitHub