mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
Fix conditional logic fields
This commit is contained in:
@@ -801,6 +801,7 @@ class UM_Fields {
|
||||
|
||||
$array['classes'] .= ' um-field-' . $key;
|
||||
$array['classes'] .= ' um-field-' . $array['type'];
|
||||
$array['classes'] .= ' um-field-type_' . $array['type'];
|
||||
|
||||
switch( $array['type'] ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user