[ad_1]
So a client asked if I can migrate their current WordPress site to something bespoke. I’m a full stack developer but never touched WordPress so I know basically nothing about it. We want the transition from old site to the new site to be as seamless as possible. I imagine the user details aren’t easily accessible. Could anyone point me in the right direction with what can be done about this?
[ad_2]
All the user details you need are in the database. You’ll just have to join between the users table and the user meta table.
WordPress by default I believe uses MD5 for password hashing, and the salts are all defined in the config file.
As the other commenter said, you can get it from the users table. If you need something easier (but not free) you can use “WP All Export”