mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
Coding dashboard, editor bugfix
This commit is contained in:
@@ -788,6 +788,12 @@ class UM_Fields {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if ( isset( $ultimatemember->user->preview ) && $ultimatemember->user->preview ) {
|
||||
if ( $data['type'] == 'password' ){
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/* Begin by field type */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user