Main Menu
Sub Menu

wpdm_email_template_##email_template_id## – Customize Email Template

Description


You can use this filter to customize the email message before you send it. Replace ##email_template_id## with email template id like default or user-signup or password-reset. So, if you want to customize user signup email, the filter will be wpdm_email_template_user-signup

Parameters


One parameter is passed to this hook.

Usage


To apply any custom lock to packages.

<?php add_filter('wpdm_email_template_user-signup','customize_user_signup_email'); ?>

Examples


<?php
add_filter('wpdm_email_template_user-signup','customize_user_signup_email');
function customize_user_signup_email($template){
   //check your lock here, return true for lock or return $lock
   $template['message'] = "....customized message....";
   return $template;
}
?>

Related


Last updated on Jun 21, 2021

Need More Clarification?

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.

Need Customization?

If you need additional customization on WordPress Download Manager or any type of custom support on WordPress you may contact our customization service.