From Boldcore's wiki
(Created page with "= Wordpress obvious workaround = == Intro == By default, I don't know why on the f****** world, Wordpress wants to use FTP to write content.<br> Don't worry, this stupid beha...") |
|||
Line 6: | Line 6: | ||
== The code == | == The code == | ||
− | * | + | * Add this in to wp-config.php<br> |
<pre> | <pre> | ||
define('FS_METHOD','direct'); | define('FS_METHOD','direct'); |
Latest revision as of 03:45, 8 March 2017
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
- Add this in to wp-config.php
define('FS_METHOD','direct');