Viewing 3 replies - 1 through 3 (of 3 total)
  • a great idea that doesn’t work?
    not so good…

    here’s an advanced and simple solution for multisite

    Plugin Author Vitor Carvalho

    (@lightningspirit)

    Thank you for your link brasofilo.
    This plugin needs a rewrite, maybe that example could help.

    reviewing josh’s post, i realized that logout is not being discussed in the link i provided…

    haven’t tested this on multisite yet, i guess it should work…

    function redirect_logout_front_page() {
    	wp_redirect('https://site.com/login');
    	die();
    }
    add_action('wp_logout', 'redirect_logout_front_page');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Login and Admin URLs (CLAU)] Can't Logout’ is closed to new replies.