Skip to content

Instantly share code, notes, and snippets.

@soyluismunoz
Created June 17, 2022 00:46
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 soyluismunoz/c79c7e2ff7abdfd8c8e01009679658e8 to your computer and use it in GitHub Desktop.
Save soyluismunoz/c79c7e2ff7abdfd8c8e01009679658e8 to your computer and use it in GitHub Desktop.
wp debug
<?php
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG', false);
define('WP_DEBUG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment