PUM_Utils_Logging::save_logs()

Save the current contents to file.


Description Description


Source Source

File: classes/Utils/Logging.php

	public function save_logs() {
		@file_put_contents( $this->file, $this->content );
	}


Top ↑

User Contributed Notes User Contributed Notes

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