Possible to duplicate info to nickname as well?
-
Hi – Fantastic job, thank you so much!!!
Just wondering if it was possible to populate the nickname field with the same info as display_name?
I’m not a coder, but I can modify the file if you can supply the correct code. I was thinking maybe I could duplicate the following and substitute display_name for nickname:
//set the display name $display_name = trim($_POST['first_name'] . " " . $_POST['last_name']); if(!$display_name) $display_name = $_POST['user_login']; $_POST['display_name'] = $display_name; $args = array( 'ID' => $user_id, 'display_name' => $display_name );
Cheers,
Nick
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Possible to duplicate info to nickname as well?’ is closed to new replies.