Skip to content

Instantly share code, notes, and snippets.

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