WC_Log_Handler_File::delete_logs_before_timestamp()
Method: Delete all logs older than a defined timestamp.
Source: includes/log-handlers/class-wc-log-handler-file.php:408
Method: Delete all logs older than a defined timestamp.
Source: includes/log-handlers/class-wc-log-handler-file.php:408
Method: Get all log files in the log directory.
Source: includes/log-handlers/class-wc-log-handler-file.php:430
Method: Increment a log file suffix.
Source: includes/log-handlers/class-wc-log-handler-file.php:321
Method: Get a log file path.
Source: includes/log-handlers/class-wc-log-handler-file.php:351
Method: Get a log file name.
Source: includes/log-handlers/class-wc-log-handler-file.php:369
Method: Cache log to write later.
Source: includes/log-handlers/class-wc-log-handler-file.php:386
Method: Write cached logs.
Source: includes/log-handlers/class-wc-log-handler-file.php:396
Action Hook: $this->open( $handle, ‘w’ ) == Open the file for writing only. Place the file pointer at the beginning of the file, and truncate the file to zero length.
Source: includes/log-handlers/class-wc-log-handler-file.php:241
Method: Remove/delete the chosen file.
Source: includes/log-handlers/class-wc-log-handler-file.php:253
Method: Check if log file should be rotated.
Source: includes/log-handlers/class-wc-log-handler-file.php:277