do_action( 'llms_log_file_backup_created', string $copy , string $file , string $handle )
Action triggered immediately following the creation of a logfile backup.
Description Description
Parameters Parameters
- $copy
-
Full path for the copy log file (the backup).
- $file
-
Full path for the original log file.
- $handle
-
Log file handle.
Source Source
File: includes/functions/llms.functions.log.php
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |