WC_Log_Handler_File::write_cached_logs()

Write cached logs.


Description Description


Source Source

File: includes/log-handlers/class-wc-log-handler-file.php

	public function write_cached_logs() {
		foreach ( $this->cached_logs as $log ) {
			$this->add( $log['entry'], $log['handle'] );
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.