LLMS_Admin_System_Report::output_section( string $section_title, arry $data )
Output a section of data in the system report
Description Description
Parameters Parameters
- $section_title
-
(Required) Title / key of the section.
- $data
-
(Required) Array of data for the section.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.system-report.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Don't strip underscores when outputting the constant keys. |
3.11.2 | Unknown. |
3.0.0 | Introduced. |