- fixed max_size saving;

This commit is contained in:
Mykyta Synelnikov
2023-05-31 11:21:52 +03:00
parent 1b4bd31b77
commit 108b22f633
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
'sanitize' => 'text',
),
'_max_size' => array(
'sanitize' => 'absint',
'sanitize' => 'empty_absint',
),
'_height' => array(
'sanitize' => 'text',