Beschrijving
This plugin remove the “Are you sure you want to log out?” confirmation page once an user logout.
After the logout the plugin lets you choose from redirect:
- Same page
- Login page
- Homepage
- Custom page
FAQ
-
I don’t want to install a plugin for this simple function, do you have a hook?
-
Of course, you can put the following code inside your function.php page, it will redirect ot the login page
query_vars[‘customer-logout’] ) ) {wp_redirect( str_replace( ‘&’, ‘&’, wp_logout_url( wc_get_page_permalink( ‘myaccount’ ) ) ) );
header(“Refresh:0”);
exit;}
}
add_action( ’template_redirect’, ‘finalmarco_logout’ );?>
Beoordelingen
Bijdragers & ontwikkelaars
“Direct Logout” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Direct Logout” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.
Vertaal “Direct Logout” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
None