WP Logout Redirect

plugin banner

This is a simple plugin which will take users to the homepage after logout. There…

Author:Hasin Hayder (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:6.0
Plugin version:1.2
Added to WordPress repository:12-07-2019
Last updated:15-06-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://wordpress.org/plugins/wp-logout-redir...
Total downloads:6 518
Active installs:400+
plugin download
Click to start download

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.


ChangeLog