Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created April 6, 2017 08:15
Show Gist options
  • Save barrykooij/674ab758646df0f856cee26b0440f7d8 to your computer and use it in GitHub Desktop.
Save barrykooij/674ab758646df0f856cee26b0440f7d8 to your computer and use it in GitHub Desktop.
<?php
/**
* Default output for a download via the [download] shortcode
*/
global $dlm_download, $dlm_page_addon;
?>
<a class="download-link" href="<?php echo $dlm_page_addon->get_download_info_link( $dlm_download ); ?>" rel="nofollow">
<?php $dlm_download->the_title(); ?>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment