Skip to content

Instantly share code, notes, and snippets.

@Guley
Created July 1, 2018 05:07
Show Gist options
  • Save Guley/60b7321dfa8a032e92226c8b95e231a8 to your computer and use it in GitHub Desktop.
Save Guley/60b7321dfa8a032e92226c8b95e231a8 to your computer and use it in GitHub Desktop.
$error= ' Test log file';
$myfile = file_put_contents(get_template_directory() . '/logs.php', $error.PHP_EOL , FILE_APPEND | LOCK_EX);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment