Skip to content

Instantly share code, notes, and snippets.

@CapWebSolutions
Last active August 3, 2021 20:18
Show Gist options
  • Save CapWebSolutions/0f1f808fc74ac93f2f7e013fe605dbb2 to your computer and use it in GitHub Desktop.
Save CapWebSolutions/0f1f808fc74ac93f2f7e013fe605dbb2 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