mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Version 1.0.49
This commit is contained in:
@@ -842,6 +842,12 @@ class UM_Fields {
|
||||
/* Begin by field type */
|
||||
|
||||
switch( $type ) {
|
||||
|
||||
/* Default: Integration */
|
||||
default:
|
||||
$mode = (isset($this->set_mode))?$this->set_mode:'no_mode';
|
||||
$output .= apply_filters("um_edit_field_{$mode}_{$type}", $output, $data);
|
||||
break;
|
||||
|
||||
/* Text */
|
||||
case 'text':
|
||||
|
||||
Reference in New Issue
Block a user