0
Vote
Remove space between usernames
Create a checkbox setting “Remove space between usernames”
Look this;
//If lastname is not empty
if( !empty($last_name) ) {
$username .= ” . $last_name;
}
Default: $username .= ‘-‘ . $last_name;
Put a setting so that users can choose whether to remove the space in the username
(Participant)
shared this idea
- (Moderator) commented
Hello,
Thank you for your suggestion 🙂
We will implement this feature when we have more votes.
Cheers!
- (Participant) commented
Is the class-woo-slg-model.php
Line 544
Viewing 2 posts - 1 through 2 (of 2 total)