LLMS_Admin_Reporting_Tab_Courses::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/admin/reporting/tabs/class.llms.admin.reporting.tab.courses.php

	public function __construct() {

		add_action( 'llms_reporting_content_courses', array( $this, 'output' ) );
		add_action( 'llms_reporting_course_tab_breadcrumbs', array( $this, 'breadcrumbs' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.