Answers for "ftp asking username and password in wordpress"

PHP
1

WordPress asking for FTP credentials on localhost

Add this to wp-config.php

define('FS_METHOD', 'direct');
Posted by: Guest on September-17-2021

Code answers related to "ftp asking username and password in wordpress"

Browse Popular Code Answers by Language