• The image description Meta field is not populating the description of products. I did below and it still does not show. Although that seems to refer to caption and not description of the images.
    You gave this solution but it does not work for me: https://www.ads-software.com/support/topic/image-description-as-post-content/

    In bip-dropzone.php
    
    line 76 replace this:
    
    $postContent = ""
    
    with this:
    
    $img_meta = wp_get_attachment_metadata( $attachment_id );
    $postContent = $img_meta['image_meta']['caption'];
  • The topic ‘Image description’ is closed to new replies.