mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed roles wp_capabilities init;
- fixed 2.0 upgrade transfer logic with roles and capabilities;
This commit is contained in:
@@ -1907,7 +1907,7 @@ Password Reset: <?php echo get_permalink( UM()->options()->get('core_password
|
||||
|
||||
--- UM Users Configuration ---
|
||||
|
||||
Default New User Role: <?php echo UM()->options()->get('default_role') . "\n"; ?>
|
||||
Default New User Role: <?php echo UM()->options()->get('register_role') . "\n"; ?>
|
||||
Profile Permalink Base: <?php echo UM()->options()->get('permalink_base') . "\n"; ?>
|
||||
User Display Name: <?php echo UM()->options()->get('display_name') . "\n"; ?>
|
||||
Force Name to Uppercase: <?php echo $this->info_value( UM()->options()->get('force_display_name_capitlized'), 'yesno', true ); ?>
|
||||
|
||||
Reference in New Issue
Block a user