thierrydehove
Member
Posted 2 years ago #
Hi Guys
I am working on this blog http://www.hexago-adventure.com/ and I would like to be able to updated automatically the plug in and each time my dashboard ask me my connection information.
What do I need to do to save my password and be able to update them automatocally ?
Thanks a lot for your time
add these lines to your wp-config.php
define('FTP_USER', 'username');
define('FTP_PASS', 'password');
define('FTP_HOST', 'ftp.example.org:21');
replace false values with your values of course
thierrydehove
Member
Posted 2 years ago #
Thanks.. have a great day
thierrydehove
Member
Posted 2 years ago #
last question, I added these lines between
/**#@+
and
/**#@-*/
is that correct ?