Wordpress : Fix FTP credentials to install plugins or update theme or plugins on localhost host

Solutions:
Add this line into wp-config.php (any location)

define('FS_METHOD', 'direct');


Source:

Post a Comment

Previous Post Next Post