From Boldcore's wiki
Revision as of 04:44, 8 March 2017 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wordpress obvious workaround

Intro

By default, I don't know why on the f****** world, Wordpress wants to use FTP to write content.
Don't worry, this stupid behaviour can be easily overriden.

The code

  • Write this in to wp-config.php
define('FS_METHOD','direct');