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.


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.