Windows 10: updating themes/plugins requires FTP creds

To fix you can add this line to wp-config.php, which solved my problem.

/** Sets up ‘direct’ method for wordpress, auto update without ftp */
define(‘FS_METHOD’,‘direct’);

7 Likes