Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Last active December 24, 2015 12:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaroneaton/6799912 to your computer and use it in GitHub Desktop.
Save aaroneaton/6799912 to your computer and use it in GitHub Desktop.
<?php
// Disables sticky Strict Standards warnings. Good for poorly developed plugins.
// Put this file in mu-plugins
if ( WP_DEBUG ) {
error_reporting( E_ALL & ~E_STRICT );
}
@travisward
Copy link

poorly developed plugins, eh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment