LLMS_Admin_Reporting_Tab_Courses::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.courses.php
27 28 29 30 31 32 | public function __construct() { add_action( 'llms_reporting_content_courses' , array ( $this , 'output' ) ); add_action( 'llms_reporting_course_tab_breadcrumbs' , array ( $this , 'breadcrumbs' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |