Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created September 9, 2017 06:58
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 domantasg/d028fe9b804c72a4cdbdf443d406db45 to your computer and use it in GitHub Desktop.
Save domantasg/d028fe9b804c72a4cdbdf443d406db45 to your computer and use it in GitHub Desktop.
<?php $string = "My 'alt' tag"; ?>
<img src="https://www.codeproject.com/KB/GDI-plus/ImageProcessing2/img.jpg" alt="<?php esc_attr( $string ); ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment