Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save noize-e/7eecdb7ffd4323b4d25c9b2e47958c04 to your computer and use it in GitHub Desktop.
Save noize-e/7eecdb7ffd4323b4d25c9b2e47958c04 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