Docs / Action Reference / wpdm_login_form

wpdm_login_form

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="" size="20" tabindex="39" />
    </p>
<?php
} 
?>

Related


Last updated on January 26, 2026

Need Help?

Get support from our team or community forum.

Visit Support

Customization

Need custom features? We can help.

Request Quote