Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NaveenKharwar/02f40e027e6f26483c3b94381f52b9f4 to your computer and use it in GitHub Desktop.
Save NaveenKharwar/02f40e027e6f26483c3b94381f52b9f4 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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment