If you want to change Email Lock Panel title/heading from Subscribe to download to something else you can use this hook.
Two arguments are passed to this hook.
To change download link text to an image or other text.
add_filter('wpdm_email_lock_heading','wpdm_custom_email_lock_heading',10,2);
<?php add_filter( 'wpdm_email_lock_heading', 'wpdm_custom_email_lock_heading', 10, 2 ); function wpdm_custom_email_lock_heading( $lock_heading, $package ) { $lock_heading = "My custom title"; return $lock_heading; } ?>
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.