An open API service indexing awesome lists of open source software.

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

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