corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
127 stars 100 forks source link

Image must expose its attachment #33

Closed jakobbuis closed 7 years ago

jakobbuis commented 7 years ago

In the current state, it is not possible to retrieve the alt-text of an Image Field. Exposing the attachment on the Image class results in a similar API to ThumbnailMeta, so one can retrieve image-meta-data through

$image->attachment->meta->_wp_attachment_image_alt;