waynedunkley
6/17/2015 - 5:50 AM

Allow Wordpress updates without FTP access. Add the follow code to the button of the wp-config.php

Allow Wordpress updates without FTP access. Add the follow code to the button of the wp-config.php

/** Sets up 'direct' method for wordpress, auto updates without FTP */
define('FS_METHOD','direct');