How to WordPress and WordPress plug-ins automatically without FTP

 

When you update the WordPress OR WordPress plugin you have to provide FTP credentials but many times it will not work hence In such situation you have to follow the below article in order to update WordPress OR WordPress plug-in without FTP.

Step1: Open the wp-config.php file from the WordPress site root folder.

Step 2: Paste the code mentioned below and save the file.

 

/** Sets up WordPress vars and included files. */

require_once(ABSPATH . 'wp-settings.php');

/** Sets up 'direct' method for wordpress, auto update without ftp */

define('FS_METHOD','direct');
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SQL server- network related or instance-specific error happened while connection establishing

  Instance-specific or network related error happening while connecting to SQL server   Please...

OleDB connection string examples

OleDB connection string examples MS Access (Jet) "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...

Do you allow custom COM components?

Do you allow custom COM components? We are not offering to install the custom COM components...

Error when accessing a WCF services

Error when accessing a WCF services Error when accessing a WCF service: "IIS specified...

How to cache static contents to client with UseMaxAge?

You can consider to caches static contents to the client with UseMaxAge if your website has too...

Powered by WHMCompleteSolution