Skip to content

Instantly share code, notes, and snippets.

@yratof
Created June 27, 2016 13:50
Show Gist options
  • Save yratof/04f228b7acb658c025f79cf7fc8ad2ac to your computer and use it in GitHub Desktop.
Save yratof/04f228b7acb658c025f79cf7fc8ad2ac to your computer and use it in GitHub Desktop.
Wordpress Debug snippet
<?php
define( 'WP_DEBUG', true );
define( 'LOCAL_INSTALLATION', true );
define( 'SCRIPT_DEBUG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment