mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
- fix the notice for multi-checkbox field;
This commit is contained in:
@@ -1082,6 +1082,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
|
||||
$name = ! empty( $this->form_data['prefix_id'] ) ? $this->form_data['prefix_id'] . '[' . $name . ']' : $name;
|
||||
|
||||
$values = $this->get_field_value( $field_data );
|
||||
if ( empty( $values ) ) {
|
||||
$values = array();
|
||||
}
|
||||
|
||||
$i = 0;
|
||||
$html = '';
|
||||
|
||||
Reference in New Issue
Block a user