Skip to content

Instantly share code, notes, and snippets.

@davechu
Last active July 12, 2016 13:47
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 davechu/b40ee193232851788c531d4adacd4245 to your computer and use it in GitHub Desktop.
Save davechu/b40ee193232851788c531d4adacd4245 to your computer and use it in GitHub Desktop.
"EOT" marks the beginning and end of the text string. Note the last line, which must begin at the beginning of a new line or it won't work.
echo <<< EOT
<div class="customLogos">
<div class="cLogoHolder">
<a href="https://www.www.com/"><img src="/wp-content/themes/x/tribe-events/community/images/www.png" alt="" /></a>
<a href="http://www.www.com/"><img src="/wp-content/themes/x/tribe-events/community/images/www_edited.png" alt="" /></a>
</div>
</div>
EOT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment