mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- removed UM prefix before UM custom roles;
This commit is contained in:
@@ -249,7 +249,7 @@ if ( ! class_exists( 'User' ) ) {
|
||||
$role_meta = get_option( "um_role_{$role_key}_meta" );
|
||||
|
||||
if ( $role_meta ) {
|
||||
$role_meta['name'] = 'UM ' . $role_meta['name'];
|
||||
//$role_meta['name'] = 'UM ' . $role_meta['name'];
|
||||
$roles['um_' . $role_key] = $role_meta;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user