Skip to content

Instantly share code, notes, and snippets.

@shrinkray
Created November 6, 2019 15:00
Show Gist options
  • Select an option

  • Save shrinkray/9de0205f5ad62c096ad157eb07c04e19 to your computer and use it in GitHub Desktop.

Select an option

Save shrinkray/9de0205f5ad62c096ad157eb07c04e19 to your computer and use it in GitHub Desktop.
Example using esc_url
<a class="btn-conversion blue3 btn-form" id="form-submit"
href="<?php echo esc_url(get_bloginfo('url') . '/pdfs/whitepapers/How-To-For-Org-Change.pdf'); ?>"
target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x" aria-hidden="true"></i>
<i class="fa fa-cloud-download fa-stack-1x fa-inverse" aria-hidden="true"></i>
</span>
<span class="conversion-text">Download Now!</span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment