1 min read

[Solution] WordPress asking for FTP Credentials

Open the file : wp-config.php Find and edit this line, or add it if it does not exist : define('FS_METHOD','direct');  

Open the file : wp-config.php

Find and edit this line, or add it if it does not exist :

define('FS_METHOD','direct');

 

Wordpress Jan 3, 2019