Created
November 6, 2019 15:00
-
-
Save shrinkray/9de0205f5ad62c096ad157eb07c04e19 to your computer and use it in GitHub Desktop.
Example using esc_url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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