Skip to content

Instantly share code, notes, and snippets.

@mgratch
Created July 1, 2015 17:31
Show Gist options
  • Save mgratch/4bac42771775861c4d95 to your computer and use it in GitHub Desktop.
Save mgratch/4bac42771775861c4d95 to your computer and use it in GitHub Desktop.
Find the redirects!
<?php
if (!is_admin()){
add_filter( 'wp_redirect', function () { debug_print_backtrace(); exit; },999 );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment