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
Rating, %:100
Rated by:2
Plugin URI:https://wordpress.org/plugins/wp-logout-redir...
Total downloads:5 501
Active installs:600+
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