https://prnt.sc/1ah5tnb
photo screen
HELLO
after installed this plugin can found this in list to open this plugin
why?
how can login to this?
thanks
or have ohter way to delete cookies
im want paypal plugin express cant tracker me
thanks
I have latest wordpress version, after testing this plugin it seems it is not working. When I log out the wordpress_logged_in cookie is still present in the browser.
]]>Hi,
When I logout, I am redirected to the homepage. Thats Fine.!
But when I hit the back button, I can still see the wp-admin dashboard page.
Though I can not do anything on the dashboard, as I am logged out, but is there anyway one can not see the dashboard after logging out and hitting the back button, ideally one should see the login page.
Thanks
]]>Is there a way to force logout users to force the cookies to be cleared?
Would an approach like the one here https://www.wpbeginner.com/wp-tutorials/how-to-force-logout-all-users-in-wordpress/ of changing keys in wp-config trigger this plugin and delete cookies?
]]>Hi. Maybe I’m misunderstanding how your plugin functions. If you’re a visitor that logged into a protected page (that has no logout) I was hoping that it would delete the 10 day password expiry default when the user leaves the site or closes the browser. It doesn’t seem to work that way (?)
]]>I can not find the cause. Cookies are not cleared.
]]>Hi Joel,
I have a multisite network which approximately 40% are using domain mapping. I have found that users are not able to logout on the domain mapped sites and that it requires a clear browser cache in order to actually logout on the devices’s browser. The user is not logged in on other devices or browsers.
Can your plugin work with multisite? If so, would you network install or mu-plugin?
Also, we have an affiliate program, I would assume that this will also clear out the affiliate cookies as well.
]]>Hi,
The plugin basically does what it needs to do and helps people logout in situations where normal logout is not working – which is great!
But after logout it redirects to example.com/WP_HOME instead of to the home of my site.
When I define WP_HOME in my wp_config.php it does work:
define( 'WP_HOME', 'https://example.com' )
But if I edit the plugin and find the line containing:
header('Location: '.WP_HOME);
and change it to the following it also works and is maybe easier:
header('Location: '.get_option('home'));
Thanks for all the work!
]]>