Modify New User Page
-
I’m looking to modify the new user page in the dashboard so that the username is automatically filled using the first letter of the first name and the full last name. I was thinking about modifying lines 321 and 322 that contain the code below to pull the string from the first name and last name fields. Does anyone have any easier ideas or recommendations on the implementation of this?
Thanks
<th scope="row"><label for="user_login"><?php _e('Username'); ?> <span class="description"><?php _e('(required)'); ?></span></label></th> <td><input name="user_login" type="text" id="user_login" value="<?php echo esc_attr($new_user_login); ?>" aria-required="true" /></td>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Modify New User Page’ is closed to new replies.