How to Set Linux server WordPress Plugin or Themes download server ask FTP hostname , FTP Username , FTP password .?

How to Set Linux server WordPress Plugin or Themes download server ask FTP hostname , FTP Username , FTP password ?

see given link :- http://i.imgur.com/Cj8IFJd.png

Read More

http://i.imgur.com/Cj8IFJd.png

Related posts

Leave a Reply

2 comments

  1. Add the following to your wp-config.php file.

    // ** FTP SETTINGS FOR AUTO-UPDATE ** //
    define('FTP_HOST', 'localhost');
    define('FTP_USER', 'USERNAME');
    define('FTP_PASS', 'PASSWORD');