Title: Issue with logout
Last modified: August 21, 2016

---

# Issue with logout

 *  [mmalfatti](https://wordpress.org/support/users/mmalfatti/)
 * (@mmalfatti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/issue-with-logout/)
 * Hi. First of all, thanks for the nice plugin.
 * Everything works fine, but I always end up in the wordpress warning page when
   logging out, the one saying “you are attempting to log out from…” and asking 
   for confirmation.
 * Any hint on this?
 * [http://wordpress.org/extend/plugins/wp-modal-login/](http://wordpress.org/extend/plugins/wp-modal-login/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Cole Geissinger](https://wordpress.org/support/users/brainfestation/)
 * (@brainfestation)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/issue-with-logout/#post-3884102)
 * Hi mmalfatti, this has been a pending… mysterious bug that I have been trying
   to catch and squash, but it’s been hard to exactly sort out. It appears to a 
   bug with in the WP logout URL function…
 * I plan to have this fixed in a future release.
 *  Thread Starter [mmalfatti](https://wordpress.org/support/users/mmalfatti/)
 * (@mmalfatti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/issue-with-logout/#post-3884104)
 * Thanks for the reply. My solution is using the following for the login link (
   which works great):
 *     ```
       echo '<a href="#login-box" class="login wpml-btn login-window">Login</a>';
       ```
   
 * And then some simple custom code for the logout link (which is also good, although
   not part of your plugin):
 *     ```
       ob_start();
       wp_loginout('index.php');
       $mylink = ob_get_contents();
       ob_end_clean();
       echo $mylink;
       ```
   
 * Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue with logout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-modal-login_999999.svg)
 * [WP Modal Login](https://wordpress.org/plugins/wp-modal-login/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-modal-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-modal-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-modal-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-modal-login/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mmalfatti](https://wordpress.org/support/users/mmalfatti/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/issue-with-logout/#post-3884104)
 * Status: not resolved