Skip to content

Prevent redirect loops with wp_redirect() function

Notifications You must be signed in to change notification settings

BeAPI/wp-redirect-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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