Ideas Products WooCommerce Social Login Remove space between usernames

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

DonKolia (Participant) shared this idea  .  May 16, 2022 at 4:19 pm

2 comments

  • Norris (Moderator) commented  .  January 3, 2023 at 1:33 pm

    Hello,

    Thank you for your suggestion 🙂

    We will implement this feature when we have more votes.

    Cheers!

Viewing 2 posts - 1 through 2 (of 2 total)