Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Last active April 16, 2024 12:21
Show Gist options
  • Star 88 You must be signed in to star a gist
  • Fork 26 You must be signed in to fork a gist
  • Save dianjuar/1b2c43d38d76e68cf21971fc86eaac8e to your computer and use it in GitHub Desktop.
Save dianjuar/1b2c43d38d76e68cf21971fc86eaac8e to your computer and use it in GitHub Desktop.
Install update WordPress plugins without providing ftp access

Install WordPress plugins directly (without FTP)

Put this on your wp-config.php

/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
@IngoGutwin
Copy link

thank's a bunch ! works perfect

@trainingcity
Copy link

Thanks!

@aymane-smi
Copy link

very helpful, thanks Diego!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment