Jake Vanderwerf
2025-10-18 b0194e10a87e16797a568d8a30d53ebecd27d8a4
inc/meta/MetaTypeManager.php
@@ -55,6 +55,11 @@
            'sanitize' => 'esc_url_raw',
         'default'   => '',
        ],
      'upload' => [
         'type'      => 'string',
         'sanitize'  => 'sanitizeUpload',
         'default'   => '',
      ],
        'image' => [
            'type' => 'integer',
            'sanitize' => 'absint',