Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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 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.

Отзывы

01.10.2022
Just install, activate, and voila! Have a good night's sleep. *wink! (no stress)
Посмотреть все 2 отзыва

Участники и разработчики

«WP Logout Redirect» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WP Logout Redirect» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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