mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Password reset feature and code changes
This commit is contained in:
+3
-1
@@ -12,7 +12,8 @@ class UM_Logout {
|
||||
*** @Logout via logout page
|
||||
***/
|
||||
function logout_page() {
|
||||
if ( um_is_logout_page() ) {
|
||||
|
||||
if ( um_is_core_page('logout') ) {
|
||||
|
||||
if ( is_user_logged_in() ) {
|
||||
|
||||
@@ -32,6 +33,7 @@ class UM_Logout {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user