-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34dee46
commit 16cd7f0
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Redirect Loop Detector | ||
# WP Redirect Loop | ||
|
||
Detect and break redirect loop from wp_redirect. | ||
Prevent redirect loops with wp_redirect() function | ||
|
||
If your installation has debug mode activated, any redirect loop will trigger a wp_die screen. | ||
|
||
## Installation | ||
|
||
Just add the mu-plugin to your project. | ||
Just add the plugin to your project (as regular or mu plugin). |