Reply To: ITPC data in Caption

Bring Your Business to LifeSupportImage StoreITPC data in CaptionReply To: ITPC data in Caption

#52639
Xpark Media
Keymaster

The ITPC data is scanned, title and caption (2#105, 2#120 ) will save on the right fields, you can see all other values by clicking the ITPC link to the meta column in each image.

to display the data in your theme use

$meta = get_post_meta( $imageid, ‘_wp_attachment_metadata’, true );

$meta[‘image_meta’];