Why WordPress Asks for Connection Info
You can also add this to wp-config.php to get rid of the FTP prompt in case you have write permissions but WordPress does not understand it correctly:
| 
					 1  | 
						define('FS_METHOD', 'direct');  | 
					
Why WordPress Asks for Connection Info
You can also add this to wp-config.php to get rid of the FTP prompt in case you have write permissions but WordPress does not understand it correctly:
| 
					 1  | 
						define('FS_METHOD', 'direct');  |