Skip to content

Instantly share code, notes, and snippets.

@mehrshaddarzi
Created October 5, 2023 08:45
Show Gist options
  • Save mehrshaddarzi/ee1485917e276a3fcea8436e946db29f to your computer and use it in GitHub Desktop.
Save mehrshaddarzi/ee1485917e276a3fcea8436e946db29f to your computer and use it in GitHub Desktop.
disable PHP v8 Log File in WordPress
<?php
@ini_set('log_errors','Off'); // enable or disable php error logging (use 'On' or 'Off')
@ini_set('display_errors','Off');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment