https://github.com/beapi/wp-redirect-loop
Prevent redirect loops with wp_redirect() function
https://github.com/beapi/wp-redirect-loop
wordpress wordpress-development wordpress-plugin
Last synced: 4 months ago
JSON representation
Prevent redirect loops with wp_redirect() function
- Host: GitHub
- URL: https://github.com/beapi/wp-redirect-loop
- Owner: BeAPI
- Created: 2019-10-21T19:03:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T08:01:25.000Z (over 1 year ago)
- Last Synced: 2025-08-10T02:44:19.471Z (5 months ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://beapi.fr
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Redirect Loop
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 plugin to your project (as regular or mu plugin).
## Changelog
### 1.0.3 - 2024-06-20
* Don't remove trailing slashes before comparing URLs