Logout/login redirect CSS issue
If you want to redirect to the page you’re currently on use: wp_logout_url( $_SERVER[‘REQUEST_URI’] ); or wp_logout_url( get_permalink() ); Or if you want to redirect to another site use the allowed_redirect_hosts function.