LLMS_Admin_Reporting_Tab_Sales::__construct()
Constructor
Contents
Source Source
File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.sales.php
public function __construct() {
add_action( 'llms_reporting_after_nav', array( $this, 'output_filters' ), 10, 1 );
add_action( 'llms_reporting_content_sales', array( $this, 'output' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |