wordpress asking ftp credentials
The easiest way to solve this problem is add the following code in your
wp-config.php
define('FS_METHOD', 'direct');
If still problem exists, follow the steps given by following link :
Follow the below steps.
- Open
wp-config.php
- Edit the file.
- Add the following given line after
WP_DEBUG
define('FS_METHOD', 'direct');
- Save
Nenhum comentário:
Postar um comentário