Bring Your Business to Life › Support › Image Store › ITPC data in Caption › Reply To: ITPC data in Caption
April 7, 2013 at 2:17 pm #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’];