LLMS_Admin_Reporting_Tab_Memberships::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.memberships.php
public function __construct() { add_action( 'llms_reporting_content_memberships', array( $this, 'output' ) ); add_action( 'llms_reporting_membership_tab_breadcrumbs', array( $this, 'breadcrumbs' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.32.0 | Introduced. |