inc/meta/MetaTypeManager.php
@@ -55,6 +55,11 @@ 'sanitize' => 'esc_url_raw', 'default' => '', ], 'upload' => [ 'type' => 'string', 'sanitize' => 'sanitizeUpload', 'default' => '', ], 'image' => [ 'type' => 'integer', 'sanitize' => 'absint', @@ -80,6 +85,11 @@ 'sanitize' => 'sanitizeRepeater', 'default' => [], ], 'tag_list' => [ 'type' => 'object', 'sanitize' => 'sanitizeTagList', 'default' => [] ], 'group' => [ 'type' => 'object', 'sanitize' => 'sanitizeGroup',