How to add feature to change the username

Hello,

I’m trying to add a line in the user account settings that makes it possible to change the login from the front-end.

Can PHP code make this possible ?

Below is an illustration of what I mean.

Hi,

If you mean to add the ability to change the username, there is no such function, it will require a custom implementation. Also, we do not recommend doing this, as it is not very secure, there may be duplicate usernames, as this is the only unique field for users in WordPress.

2 Likes

All right, got it. Thanks.