Here is very important topic is that New Way to Automatically add FTP details to WordPress, all need to do is put all parameters in our
wp-config.php and all the field will be automatically passed by Web Server. Follow this guide how to do it.- Open your
wp-config.phpvia FTP Client or cPanel and use you favorite editor to edit it - Add this code12345
define('FTP_HOST','Your_FTP_Hosting');define('FTP_USER','Your_FTP_Username');define('FTP_PASS', 'Your_FTP_Password);//If you use SSL connection, set this to truedefine('FTP_SSL', false); - Done, now you are ready to auto update your plugins and themes

No comments:
Post a Comment