Skip to content

Instantly share code, notes, and snippets.

@hothanhan
Created April 23, 2015 02:10
Show Gist options
  • Save hothanhan/2122c99fbecdd1c06fbf to your computer and use it in GitHub Desktop.
Save hothanhan/2122c99fbecdd1c06fbf to your computer and use it in GitHub Desktop.
Update WordPress Automatically Without Using FTP
/** sets up wordpress vars and included file. */
require_once(ABSPATH.'wp-settings.php');
/** Sets up 'direct' method for wordpress, auto update without FTP */
define('FS_METHOD','direct');
@hothanhan
Copy link
Author

Paste the following code to your wp-config.php file, preferably just below every other line of code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment