LLMS_Analytics_Coupons_Widget::get_chart_data()

Retrieve data for chart


Return Return

(array)


Top ↑

Source Source

File: includes/admin/reporting/widgets/class.llms.analytics.widget.coupons.php

33
34
35
36
37
38
39
40
41
42
protected function get_chart_data() {
    return array(
        'type'   => 'count',
        'header' => array(
            'id'    => 'coupons',
            'label' => __( '# of Coupons Used', 'lifterlms' ),
            'type'  => 'number',
        ),
    );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.