Last active
December 11, 2015 01:48
-
-
Save cdcarson/4525619 to your computer and use it in GitHub Desktop.
How to force WordPress to update using the direct method rather than using FTP. Good for development environments. Add this line to to wp-config.php.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//in wp-config.php... | |
define('FS_METHOD', 'direct'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment