Lýsing
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
SOS
-
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’ );?>
Umsagnir
Þátttakendur & höfundar
“Direct Logout” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.
Höfundar“Direct Logout” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Direct Logout” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Breytingarsaga
None