LLMS_Admin_Reporting_Tab_Sales::output()
Output the template for the sales tab
Return Return
(void)
Source Source
File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.sales.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. |