terça-feira, maio 30, 2017

WordPress : Asking FTP credentials when trying to install a plugin or theme

php - WordPress : Asking FTP credentials when trying to install a plugin or theme - Stack Overflow

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.
  1. Open wp-config.php
  2. Edit the file.
  3. Add the following given line after WP_DEBUG
    define('FS_METHOD', 'direct');
  4. Save

Nenhum comentário: