Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created October 31, 2017 07:00
Show Gist options
  • Save ihorduchenko/e05aea19a0e8af2e5146c3a39ba5fc0c to your computer and use it in GitHub Desktop.
Save ihorduchenko/e05aea19a0e8af2e5146c3a39ba5fc0c to your computer and use it in GitHub Desktop.
Allow wordpress to install plugins on local machine
//Insert in wp-config.php file
define('FS_METHOD','direct');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment