LLMS_Admin_Reporting_Tab_Enrollments::output()

Output the template for the sales tab


Return Return

(void)


Top ↑

Source Source

File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.enrollments.php

	public function output() {

		llms_get_template(
			'admin/reporting/tabs/widgets.php',
			array(
				'json'        => json_encode( self::get_filter_data() ),
				'widget_data' => $this->get_widget_data(),
			)
		);

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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