diff --git a/core/um-fields.php b/core/um-fields.php index 5a9d997e..a625b331 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -910,7 +910,8 @@ class UM_Fields { global $ultimatemember; $output = null; - + $disabled = ''; + // get whole field data if ( isset( $data ) && is_array( $data ) ) { $data = $this->get_field($key);