Viewing 1 replies (of 1 total)
  • Good find, guys. This was a compatibility bug between TML and TMP. I have commited the fix to the repository, but if you want to fix it yourself, open the file “theme-my-login/includes/hook-functions.php” and go to line 53 which should look like this:

    if ( is_admin() && !is_page($tml_page) )

    And change it to this:

    if ( is_admin() && !is_page($tml_page) && !defined('IS_PROFILE_PAGE') )

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Theme My Login] Log Out not displayed only Login’ is closed to new replies.