Skip to content

Instantly share code, notes, and snippets.

@stphnwlkr
Created May 18, 2016 16:47
Show Gist options
  • Save stphnwlkr/0f19112daccb05c266867f94dc46b961 to your computer and use it in GitHub Desktop.
Save stphnwlkr/0f19112daccb05c266867f94dc46b961 to your computer and use it in GitHub Desktop.
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