bainternet/My-Meta-Box

Image MultiUpload

Opened this issue · 0 comments

Hello
Thank you for the nice script.
i use the multiple => true option in addimage();
But it does not work
just show my first image

$meta_post->addImage(
    $prefix . 'post_slider',
     array(
         'name' => 'My Image',
         'multiple' => true
    )
);