Unable to logout correctly after wp-login file was modified
After a bit of research I’ve fixed the problem I had with the redirect after logout. I’ve added this code to my functions file and it will use two filters to modify the default beahviour of wordpress after an user do the logout /* Logout URL Fix */ function custom_logout_url( $logout_url, $redirect ) { $logout_url … Read more