Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Page_Status::output_logs_content()
Output the HTML for the Logs tab
Description Description
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.page.status.php
Changelog Changelog
Version | Description |
---|---|
3.37.14 | Moved HTML output to the view file located at includes/admin/views/status/view-log.php. |
3.33.2 | Fix undefined variable notice. |
3.33.1 | Use llms_filter_input to read current log file. |
3.11.2 | Introduced. |