Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created August 31, 2016 21:28
Show Gist options
  • Save barrykooij/674896f42c39dc1ec1ac12b910b0fc23 to your computer and use it in GitHub Desktop.
Save barrykooij/674896f42c39dc1ec1ac12b910b0fc23 to your computer and use it in GitHub Desktop.
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
?>
<a class="download-link" title="<?php if ( $dlm_download->has_version_number() ) {
printf( __( 'Version %s', 'download-monitor' ), $dlm_download->get_the_version_number() );
} ?>" href="<?php $dlm_download->the_download_link(); ?>" 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