Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 14:00
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 sergeykuzmich/feb85d7361bd071b5161f21c0094340c to your computer and use it in GitHub Desktop.
Save sergeykuzmich/feb85d7361bd071b5161f21c0094340c to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
define( 'WP_DEBUG', false );
#if WP_DEBUG_LOG is enabled, you have to enable WP_DEBUG as well
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment