mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Add permalink basename format
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ class UM_Rewrite {
|
||||
|
||||
}
|
||||
|
||||
if ( um_get_option('permalink_base') == 'name' ) {
|
||||
if ( in_array( um_get_option('permalink_base'), array('name','name_dash','name_dot','name_plus') ) ) {
|
||||
$user_id = $ultimatemember->user->user_exists_by_name( um_queried_user() );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user