how to import contacts from php to wordpress

Question

hello I have a php site with a list of already registered members who have a password.
I would like to be able to import my members into wordpress with their passwords … how to do that. On my php site registration is done with this hash code

$cost = ['cost' => 12];
                            $password = password_hash($password, PASSWORD_BCRYPT, $cost);

0
flexi2202 1 year 2021-12-03T10:32:19-05:00 0 Answers 0 views 0

Leave an answer

Browse
Browse