Description If you want to add extra fields in Download Manager front end login form, you can use this hook. Parameters No parameters are passed to this hook. Usage add_action(‘wpdm_login_form’,’my_login_field’); Examples <?php add_action(‘wpdm_login_form’,’my_login_field’); function my_login_field() { ?> <p class=”login-password”> <label for=”user_pass”><?php _e(‘Password’,’wpdmpro’); ?></label> <input type=”password” name=”login[pwd]” id=”user_pass” class=”form-control input required password” value=”” … Continue reading wpdm_login_form
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed