jmoore2026
Sophomore
Just Getting Started
Member Likes (0)
Do you think logout urls could be updated to use wp_logout_url( $redirect ) instead of the hardcoded links you use now. The current behavior means a user is presented with an intermediate page confirming the logout.
An example change would be in class_wdfb_marker_replacer.php on line 44.
If it could be changed from:
$logout = site_url('wp-login.php?action=logout&redirect_to=' . rawurlencode(home_url()));
to:
$logout = wp_logout_url(home_url());
That should prevent this behavior...

Responses (4)
People Person (joined February 2012) Likes (0)
Hi!
Welcome to the WPMU dev Community!
I'll go ahead and get the developer to leave some feedback on this one.
Thank you!
DEV Diva (joined February 2012) Likes (0)
Hi @jmoore2026
Just a quick note to say that we haven't forgotten about you. We're awaiting feedback from the Developer @Vladislav and I'm sure he will be in here as soon as he can.
We appreciate your input on the code. Nicely done!
Have a good day!
Gina
Developer (joined April 2011) Likes (0)
Hello,
Thank you very much for reporting this. Indeed, you're absolutely right, and the fixed code should be in the latest plugin release (v2.3, just released).
Support Kangaroo (joined March 2011) Likes (0)
Greetings jmoore2026,
We have not heard back from you as to the status of this issue.
If you are still having an issue please let us know so that we may try to get you fixed up as soon as possible by choosing to check mark this ticket as unresolved below and posting any new errors or symptoms you are noticing.
This action will also bring your ticket up front back in plain view again within the ticket system.
Thank you for being a WPMU Dev Community Member!
Cheers, Joe
Become a member