Hi
I use the following code to upload image.
Are there anyway to compress the file size and change the directory?
Or any hook to use to do these work?
[
'name' => __('Item Image', ''),
'id' => $prefix . 'meta_items_image',
'desc' => __('Only JPG,PNG,GIF', ''),
'type' => 'image',
'max_file_uploads' => 3,
'class' => 'item-image',
],