Support

Account

Home Forums General Issues How to use ALT tags Reply To: How to use ALT tags

  • Hi!

    You can do like this, where the $imageID is the ID of the image retrieved from ACF:

    
    $alt_text = get_post_meta($imageID , '_wp_attachment_image_alt', true);