mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Validate username exists on keypress
This commit is contained in:
+3
-3
@@ -934,7 +934,7 @@ class UM_Fields {
|
||||
}
|
||||
|
||||
$type = apply_filters("um_hook_for_field_{$type}", $type );
|
||||
|
||||
|
||||
/* Begin by field type */
|
||||
switch( $type ) {
|
||||
|
||||
@@ -2109,7 +2109,7 @@ class UM_Fields {
|
||||
}
|
||||
|
||||
$res = stripslashes( $this->field_value( $key, $default, $data ) );
|
||||
|
||||
|
||||
$res = apply_filters("um_view_field_value_{$type}", $res, $data );
|
||||
|
||||
$output .= '<div class="um-field-area">';
|
||||
@@ -2275,7 +2275,7 @@ class UM_Fields {
|
||||
|
||||
$output .= $this->view_field( $key, $data );
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
$output .= '</div>';
|
||||
|
||||
Reference in New Issue
Block a user