apply_filters( 'llms_log_max_filesize', int $maxsize )
Filter the max filesize of a log file before the log is backed up
Description Description
The value of this filter, $maxsize
is an integer representing the maximum number of megabytes a file can be before it is split.
Parameters Parameters
- $maxsize
-
(int) Maximum file size (in MB). The default value is
5
(5MB).
Source Source
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |