LLMS_Admin_System_Report::output()

Output the system report


Return Return

(void)


Top ↑

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>';

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Unknown.
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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