LLMS_Admin_Reporting_Tab_Enrollments::output()
Output the template for the sales tab
Return Return
(void)
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(), ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |