LLMS_Admin_Reporting_Tab_Sales::__construct()

Constructor


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' ) );

	}

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.