Disable FTP Credentials in WordPress
Fix WordPress FTP login issue in seconds.
Before you start
Step-by-step
define('FS_METHOD', 'direct');
Add this line inside wp-config.php before "That's all, stop editing!" line.
Common issues
Check file permissions and ownership.
Web server must have write access.
Make sure you edited the correct wp-config.php file.