WordPress

From Jon's Wiki
Revision as of 04:00, 14 January 2017 by Johnno (talk | contribs) (Created page with "Enable user-plugin installation by allowing write access to wp-content/{plugins,themes} and configure: # in wp-config.php define('FS_METHOD', 'direct');")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enable user-plugin installation by allowing write access to wp-content/{plugins,themes} and configure:

# in wp-config.php
define('FS_METHOD', 'direct');