WP Logout Redirect
by HasinHayder on WordPress.org
This is a simple plugin that will take users to the homepage after logout. There is no option update, no manual url settings, no hassles - it's …
(3)
This is a simple plugin that will take users to the homepage after logout. There is no option update, no manual url settings, no hassles – it’s plain simple! It does only one job and that is redirecting the user to the homepage after logout from the WordPress admin panel.
Developers can also add their custom redirection URL by using the hook wplr_home_url
like this
add_filter('wplr_home_url',function($url){
return "https://wordpress.org";
});
Bugs, technical hints or contribute
Please give us feedback, contribute and file technical bugs on GitHub Repo.
Active installations500+
Weekly downloads
17-34.62%
Version1.2
Last updated6/15/2022
WordPress version3.0
Tested up to6.0.9
PHP version7.0
Tags
adminlogoutlogout redirectredirectionsettings