Jake Vanderwerf
2025-12-23 25be5747a6e462a3d09fc6607b3639b79e4d9374
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',