WP Logout Redirect

WP Logout Redirect Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 5,512 downloads
WP Logout Redirect Icon

Try plugin: WP Logout Redirect

We'll create fresh WordPress site with WP Logout Redirect installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Logout Redirect

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 …

2


0


0


0


0

updated: 1 year ago
since: 4 years ago
author: Hasin Hayder

Description

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.