Skip to content

Instantly share code, notes, and snippets.

@ozzyrod
Created April 25, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozzyrod/4fa9c5b1614a31461a8367a26514d89b to your computer and use it in GitHub Desktop.
Save ozzyrod/4fa9c5b1614a31461a8367a26514d89b to your computer and use it in GitHub Desktop.
generate debug log in WP
<?php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment