Edit Your wp-config file
The wp-config file can be found at the base of your website we teach how to Edit Your wp-config file Tell WordPress to remember your FTP credentials. This simple tells WordPress to remember your FTP credentials so you won’t be asked again when an upgrade is available. define(‘FTP_HOST’, ‘ftp-address’); or website ip address define(‘FTP_USER’, ‘Your_FTP_Username’);…