Skip to content

Instantly share code, notes, and snippets.

@stefanopulze
stefanopulze / Install update WordPress puglins directly.md
Created October 8, 2018 08:47 — forked from dianjuar/Install update WordPress puglins directly.md
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');