Skip to content

Instantly share code, notes, and snippets.

@aaemnnosttv
Last active August 29, 2015 14:14
Show Gist options
  • Save aaemnnosttv/3726b937d00bce578d31 to your computer and use it in GitHub Desktop.
Save aaemnnosttv/3726b937d00bce578d31 to your computer and use it in GitHub Desktop.
Dev Debug Loader
<?php
if ( file_exists( WPMU_PLUGIN_DIR . '/dev-debug/dev-debug.php' ) )
require_once ( WPMU_PLUGIN_DIR . '/dev-debug/dev-debug.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment