Sunday, January 21, 2018

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:

0 comments:

Post a Comment