Prevent User Slug Automatically Taking From Gmail Username
-
Just received some minor request from my site members.
When new user signup with their Google Account, it automatically also create slug from their Gmail Address.
For example:
- A user signup with: his@gmail.com
- He will got gmail username as their user slug: https://example.com/author/his/
Is there a hook or something that i can use to prevent Super Socializer automatically create user slug from Google / Gmail username?
For temporary i have solved this problem by changing user slug base with their user id (something like example.com/author/46/). but if there any solution regarding this problem I will appreciated that.
I was thinking using register_post (I dont know if Super Socializer also using this) https://developer.wordpress.org/reference/hooks/register_post/ but if there any related hook from Super Socializer it would be better using that one.
Thank you for your help.
The page I need help with: [log in to see the link]
- The topic ‘Prevent User Slug Automatically Taking From Gmail Username’ is closed to new replies.