Skip to content

Instantly share code, notes, and snippets.

@hirozed
Last active January 17, 2021 05:30
Show Gist options
  • Save hirozed/f774afcf9d03783bc1f4c2e4e285a197 to your computer and use it in GitHub Desktop.
Save hirozed/f774afcf9d03783bc1f4c2e4e285a197 to your computer and use it in GitHub Desktop.
WordPress wp-config debug
define( 'DISALLOW_FILE_EDIT', true );
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SAVEQUERIES', true );
define( 'SCRIPT_DEBUG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment