mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 20:53:39 +09:00
Fix user page redirection
This commit is contained in:
@@ -165,6 +165,8 @@ class UM_Rewrite {
|
||||
}
|
||||
|
||||
exit( wp_redirect( $url ) );
|
||||
}else{
|
||||
exit( wp_redirect( home_url() ) );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user