Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Mediatros/3132ae522eeba53a7575115946360aa5 to your computer and use it in GitHub Desktop.
Save Mediatros/3132ae522eeba53a7575115946360aa5 to your computer and use it in GitHub Desktop.
[WordPress] Tools For WordPress Projects
<?php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', true );
<?php
error_log(print_r($value, true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment