WordPress asks for FTP credentials when installing plugin or theme

If you try to install a plugin or theme, and WordPress asks you for ftp credentials, add this to your wp-config.php file

define('FS_METHOD', 'direct');

You should be able to download now, without being prompted for ftp credentials.

Leave a Reply

Your email address will not be published. Required fields are marked *