Skip to content

Instantly share code, notes, and snippets.

@madhvendras84
Last active January 23, 2024 13:41
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 madhvendras84/3d42d8cd68521071eb2d5417413939df to your computer and use it in GitHub Desktop.
Save madhvendras84/3d42d8cd68521071eb2d5417413939df to your computer and use it in GitHub Desktop.
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
// Set the maximum size for the debug log file (in megabytes)
define('WP_DEBUG_LOG_MAX_SIZE', 20); // Change the value to your desired size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment