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::get_logs()
Retrieve an array of log files
Description Description
Return Return
(array[]) Associative array of log files. The array key is the file "slug" and the value is the file's absolute path.
Source Source
File: includes/admin/class.llms.admin.page.status.php
Changelog Changelog
Version | Description |
---|---|
3.37.14 | Add the WP debug.log file to the array if WP_DEBUG_LOG is enabled. |
3.11.2 | Introduced. |