md5 den wp'ye şifre oluştur:
$plain_password="21232f297a57a5a743894a0e4a801fc3"; //ornek md5 admin
$wp_hasher = new PasswordHash(16, true);
$password = $wp_hasher->HashPassword($plain_password);
testi:
$wp_hasher = new PasswordHash(16, true);
if($wp_hasher->CheckPassword($password, $user_pass)) {
echo 'şifre doğru'; //statement
} else {
echo 'şifre yanlış'; //statement
}gerekli class: https://github.com/WordPress/WordPress/blob/master/wp-includes/class-phpass.php
ref: https://stackoverflow.com/questions/46437994/change-in-php-code-of-password-from-md5-to-wordpress-password-encryption
ücretli destek almak istiyorsanız önceki sistemdeki üyelerinizi ve siparişlerinizi woo üzerine aktarabilirim.