E957
E957
Same problem with WordPress 4.5.3 and Meta Box 4.8.7
`array( 'name' => esc_html__( 'Slides', 'textdomain' ), 'id' => "slide_imgadv", 'type' => 'image_advanced', 'max_file_uploads' => 5, ),`
Thank you funkedgeek but the issue persists. Same issue with PLUPLOAD IMAGE UPLOAD meta box, using this code. `array( 'name' => esc_html__( 'Plupload Image Upload', 'textdomain' ), 'id' => 'plupload',...