વર્ણન
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’ );?>
સમીક્ષાઓ
ફાળો આપનાર & ડેવલપર્સ
“Direct Logout” નું 1 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. Thank you to the translators for their contributions.
“Direct Logout” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
None