Doesn't work | Peter's Login Redirect | Forum
Back to the login redirect plugin page
6:37 pm
Hello Peter.
I was so happy to find your plug-in, but I too have the same problem as the OP.
I have WP 3.4.2 and also WishList Member installed.
In your comment you mention a redirect taking precedence. I don't suppose there is an easy way to find what/where this is?
I'm no PHP programmer, although comfortable with C# so the coding is not difficult to follow. If there was some guidance though on fixing this, I would really appreciate it (and I suppose kurtwagner would also :-b )
Thanks.
The simple way to troubleshoot this would be to deactivate other plugins one by one to see if the redirect then works as expected. A deeper way to debug would be to use a tool such as Xdebug (generic PHP debugger; there might be WordPress specific tools) to trace the PHP calls and see where the redirect URL is coming from. You could troubleshoot in the extension itself by throwing in "die" calls to see whether the rules are actually matching.