LLMS_Admin_System_Report::output()
Output the system report
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.system-report.php
public static function output() { echo '<div class="wrap lifterlms">'; self::output_copy_box(); foreach ( LLMS_Data::get_data( 'system_report' ) as $key => $data ) { if ( is_array( $data ) ) { self::output_section( $key, $data ); } } echo '</div>'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Unknown. |
2.1.0 | Introduced. |