Skip to content

Instantly share code, notes, and snippets.

@BeyondTheLoop
Last active May 23, 2019 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BeyondTheLoop/bde6a9a28efe4f46aaad81c54f415097 to your computer and use it in GitHub Desktop.
Save BeyondTheLoop/bde6a9a28efe4f46aaad81c54f415097 to your computer and use it in GitHub Desktop.
Get alt value of image by ID in WordPress
/**
*
* Get alt value of image by ID
*
*/
alt="<?php echo get_post_meta( $attachment_id, '_wp_attachment_image_alt', true ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment