Merhaba, wp-config.php dosyasınızda herhangi bir yere aşağıdaki kodları ekleyin sorununuz düzelecektir.
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';
define('FORCE_SSL_ADMIN', true);
$_SERVER['HTTPS']='on';