Nid yw'r ategyn hwn wedi cael ei ddiweddaru ers 3 ryddhad mawr. Efallai nad yw'n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio gyda fersiynau mwy diweddar o WordPress.

WP Logout Redirect

Disgrifiad

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.

Adolygiadau

Hydref 1, 2022
Just install, activate, and voila! Have a good night's sleep. *wink! (no stress)
Read all 2 reviews

Contributors & Developers

“WP Logout Redirect” is open source software. The following people have contributed to this plugin.

Cyfranwyr

Translate “WP Logout Redirect” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Cofnod Newid

1.1

  • Added support for wplr_home_url filter hook, now users can define their own redirection URL after logout. By default it will be set to the home page url

1.0

  • Initial Release