LLMS_Admin_Reporting::output()
Output the reporting screen HTML.
Return Return
(void)
Source Source
File: includes/admin/reporting/class.llms.admin.reporting.php
public function output() {
if ( ! current_user_can( $this->get_tab_cap() ) ) {
wp_die( esc_html__( 'You don\'t have permission to do that', 'lifterlms' ) );
}
llms_get_template( 'admin/reporting/reporting.php', $this->get_template_data() );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | |
| 3.19.4 | Introduced. |