- fix for profile form;

This commit is contained in:
Mykyta Synelnikov
2023-07-01 01:52:43 +03:00
parent 2ca243787e
commit dad4c8017c
7 changed files with 114 additions and 155 deletions
+2 -2
View File
@@ -760,10 +760,10 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
'sanitize' => 'bool',
),
'_max_selections' => array(
'sanitize' => 'absint',
'sanitize' => 'empty_int',
),
'_min_selections' => array(
'sanitize' => 'absint',
'sanitize' => 'empty_int',
),
'_max_entries' => array(
'sanitize' => 'absint',