Main Menu
Sub Menu

wpdm_before_email_lock_form

Description


You can use this hook to add additional field or any type message above email lock form at front-end

Parameters


One argument is passed to this hook.

Usage


<?php add_action('wpdm_before_email_lock_form','wpdm_custom_message'); ?>

Examples


<?php 
add_action('wpdm_before_email_lock_form','wpdm_custom_message',10,2); 
function wpdm_custom_message($package)
{  
  echo "Custom message..."; 
} 
?>

Related


Last updated on Jul 10, 2023

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.