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