$meta_boxes[] = array(
'id' => 'oye_villa_mediainfo',
'title' => __('Media', ''),
'pages' => array( 'villa' ),
'priority' => 'low',
'context' => 'side',
'fields' => array(
array(
'name' => __('', ''),
'id' => "{$oyeprefix}_villa_images",
'type' => 'media',
'desc' => __(''),
),
)
);
I have above code for my post to show Media Images and it was working properly
Today i just upgraded the metabox.io from 4.7.3 to 4.8.2 and then it stopped working and showing empty.
Can you please resolve that issue