Main Menu
Sub Menu

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 Jun 29, 2014

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.