WordPress – Adding or Upgrading Plugins without FTP

Hi,

if you wanna add or upgrade your wordpress-plugins without using an internally ftp. Seriously this is a major security risk if FTP is accessible through the net.

just add this line to your wp-config.php:


define('FS_METHOD', 'direct');

After this you wont be prompted to enter your FTP-credentials.

Leave a Reply

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