How can you change a WP users registration date?

fxphil

Senior Member
Joined
Jul 16, 2010
Messages
1,090
Reaction score
512
There are many benefits to changing a users registration date, does anyone know how to do this in wordpress? Checked a few member plugins but nothing offers this that I have found.
 
You can do that by editing the database.

Cpanel > phpMyAdmin > Database (of the website) > wp_users.
Click edit on the user. You will see "user_registered" field. Change it to whatever you want.

I haven't tried it but in theory, this should work. Let me know if it works or not.
 
What are the benefits of changing user registration date? o_O

Let's say you are making a forum and loading it up with content, would it not be more inviting to see dated members :) Many many things for this.
 
Try this mate
Code:
https://wordpress.org/plugins/recently-registered/#installation
Maybe it will help you to change your registration date.
 
Let's say you are making a forum and loading it up with content, would it not be more inviting to see dated members :) Many many things for this.

Hmm interesting.Thanks for the answer :)
 
Back
Top