LLMS_Admin_Menus::reporting_page_init()
Output the HTML for the reporting screens
Description Description
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
public function reporting_page_init() { if ( isset( $_GET['student_id'] ) && ! llms_current_user_can( 'view_lifterlms_reports', $_GET['student_id'] ) ) { wp_die( __( 'You do not have permission to access this content.', 'lifterlms' ) ); } require_once 'reporting/class.llms.admin.reporting.php'; $gb = new LLMS_Admin_Reporting(); $gb->output(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: