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