Meta Box
Support Forum
Support › General › Display media modal values on the front end
Hi,
I'm having trouble finding any documentation on how to display meta information attached to images eg /demo/media-modal.php
Do you have any examples on how to display this content on the front end?
Thanks
Hello,
The meta info in the media modal which is added by Meta Box is just custom fields of the attachment. You can get it with the helper function rwmb_meta, like this:
rwmb_meta
$value = rwmb_meta( 'field_id', '', $attachment_id );