AndreyGrin
11/24/2015 - 6:51 PM

Get WordPress image alt

Get WordPress image alt

<?php
$thumb_id = get_post_thumbnail_id($post->id);
$alt = get_post_meta($thumb_id, '_wp_attachment_image_alt', true);
?>