Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Logout Redirect

Descripción

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.

Reseñas

1 de octubre de 2022
Just install, activate, and voila! Have a good night's sleep. *wink! (no stress)
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«WP Logout Redirect» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP Logout Redirect» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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