Viewing 1 replies (of 1 total)
  • Thread Starter codesnipper

    (@codesnipper)

    Simple and working solution.

    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'];
Viewing 1 replies (of 1 total)
  • The topic ‘Image description as post content’ is closed to new replies.