The "wpdm_single_file_download_link" filter is used to filter the single download link of the package before print it.
Three arguments are passed to this filter.
To change template data.
<?php add_filter('wpdm_single_file_download_link','callback_function',10,3); ?>
<?php
add_filter('wpdm_single_file_download_link','wpdm_change_signle_file_download_link',10,3);
function wpdm_change_signle_file_download_link($download_link, $download_url $package){
//your code here
return $download_link;
}
?>
For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.