Skip to content

Instantly share code, notes, and snippets.

@cdcarson
Last active December 11, 2015 01:48
Show Gist options
  • Save cdcarson/4525619 to your computer and use it in GitHub Desktop.
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.
<?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