Created
May 18, 2016 16:47
-
-
Save stphnwlkr/0f19112daccb05c266867f94dc46b961 to your computer and use it in GitHub Desktop.
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
function pdfprint() { | |
return '<a class="fasc-button fasc-size-medium fasc-type-flat ico-fa fasc-ico-before fa-file-pdf-o no-print" style="background-color: #981b1e; color: #ffffff;" href="https://[mywebsiturl]/utilities/wpPrint.cfm?ds=[datasource]&post='. get_the_ID() .'" target="_blank" data-fasc-style="background-color:#981b1e;color:#ffffff;">Save Article as PDF</a>'; | |
} | |
add_shortcode('printer', 'pdfprint'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment