Bug Fix: no alt text on images
-
Validation errors with the widget.
Simple fix,
$alt_text = get_post_meta($post->ID, '_wp_attachment_image_alt', true);
Then adding that into the
<img>
- The topic ‘Bug Fix: no alt text on images’ is closed to new replies.