Skip to content

v1.5.5 - rollback to use wp_redirect for dashboard redirection

Latest
Compare
Choose a tag to compare
@5t111111 5t111111 released this 06 Mar 09:03
· 2 commits to main since this release
a47fc18

wp_safe_redirect is basically the best redirect function for inner redirection, but in case you set different WP_HOME between WP_SITEURL, safety check fails and it causes infinite redirect loop.

Full Changelog: v1.5.4...v1.5.5