Meta Box
Support › MB Custom Table › How to store and image in custom tables
Dear Support,
I have created the the following custom field to upload an image,
array ( 'id' => 'image_26', 'type' => 'image', 'name' => 'Business Logo', 'max_file_uploads' => 4,
now just wondering how to get that image in custom table. Is there anything special i need to do?