WC_Log_Handler_Email::clear_logs()
Clear log messages.
Description Description
Source Source
File: includes/log-handlers/class-wc-log-handler-email.php
protected function clear_logs() {
$this->logs = array();
}
Clear log messages.
File: includes/log-handlers/class-wc-log-handler-email.php
protected function clear_logs() {
$this->logs = array();
}