The "wpdm_download_availability_message" filter is used to filter the download availability message of the package when you set a download availability date.
Two arguments are passed to this filter.
To change template data.
<?php add_filter('wpdm_download_availability_message','callback_function',10,2); ?>
<?php
add_filter('wpdm_download_availability_message','wpdm_change_download_availability_message',10,2);
function wpdm_change_download_availability_message($message, $package){
//your code here
// $package['publish_date'] has the date
$message = "User your custom message here... or add a count download timer here";
return $message;
}
?>
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.