- This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by .
-
Topic
-
Hi support
i am using Image upload in frontend form it not shows uploaded images on edit form while other values are showingarray( 'id' => 'gallery_upload', 'name' => esc_html__( 'Image Upload', 'your-prefix' ), 'type' => 'image_upload', 'admin_columns' => 'before title', //'required' => true, // Delete image from Media Library when remove it from post meta? // Note: it might affect other posts if you use same image for multiple posts 'force_delete' => true, // Maximum image uploads 'max_file_uploads' => 5, // Display the "Uploaded 1/2 files" status 'max_status' => true, ),
please check thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.