• Resolved stevygee1987

    (@stevygee1987)


    My client noticed a bug with Meta Box 5.10.0:

    The previously added content in File Advanced fields, set to clonable, do not appear in the admin area anymore. I checked the database and the custom field value is still there at this point. But when saving the post without changes, these fields are inadvertently emptied.

    array(
    'id' => 'example_field',
    'type' => 'file_advanced',
    'name' => esc_html__( 'Example field', 'example' ),
    'max_file_uploads' => 1,
    'max_status' => false,
    'clone' => true,
    'sort_clone' => true,
    ),

    I rolled back to 5.9.11 and here it still works.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.