LLMS_Analytics_Enrollments_Widget::get_chart_data()


Source Source

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

	protected function get_chart_data() {
		return array(
			'type'   => 'count', // Type of field.
			'header' => array(
				'id'    => 'enrollments',
				'label' => __( '# of Enrollments', 'lifterlms' ),
				'type'  => 'number',
			),
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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