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