This topic contains 18 replies, has 2 voices, and was last updated by Truong Giang 1 year, 5 months ago.
- Topic
Hello,
I took your image field demo and put it in a group. The image upload does not work anymore.
Can you fix this ?
Regards,
$meta_boxes[] = array( 'post_types' => array( 'post' ), 'title' => esc_html__( 'Image Upload Demo', 'your-prefix' ), 'fields' => array( array( 'name' => '', 'id' => 'test_group', 'type' => 'group', 'fields' => array( array( 'id' => 'image', 'name' => esc_html__( 'Image', 'your-prefix' ), 'type' => 'image', 'force_delete' => false, 'max_file_uploads' => 2, ), ), ), ), );
You must be logged in to reply to this topic.