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.


Top ↑

Parameters Parameters

$maxsize

(int) Maximum file size (in MB). The default value is 5 (5MB).


Top ↑

Source Source

File: includes/functions/llms.functions.log.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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