Skip to content

Instantly share code, notes, and snippets.

@rileypaulsen
Last active December 19, 2015 13:09
Show Gist options
  • Save rileypaulsen/5960577 to your computer and use it in GitHub Desktop.
Save rileypaulsen/5960577 to your computer and use it in GitHub Desktop.
ftp info for wp-config.php
define( 'FTP_HOST', '###HOST##' );
define( 'FTP_USER', '###USERNAME###' );
define( 'FTP_PASS', '###PASSWORD###' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment