Skip to content

Instantly share code, notes, and snippets.

@earvinpiamonte
Created July 23, 2020 03:51
Show Gist options
  • Save earvinpiamonte/e350cc166e2655493e75439731428831 to your computer and use it in GitHub Desktop.
Save earvinpiamonte/e350cc166e2655493e75439731428831 to your computer and use it in GitHub Desktop.
WordPress wp-config.php without FTP
<?php
/** Sets up 'direct' method for wordpress, auto update without ftp */
define('FS_METHOD','direct');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment