The "wpdm_after_fetch_template" filter is used to filter the link/page template of the package after it is compiled and before it is printed to the screen.
Two arguments are passed to this filter.
To change template data.
<?php add_filter('wpdm_after_fetch_template','my_fetched_template',10,2); ?>
<?php
add_filter('wpdm_after_fetch_template','my_fetched_template',10,2);
function my_fetched_template($template, $vars){
//your code here
// ....
return $template;
}
?>
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.