Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created August 1, 2014 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rachelbaker/6f2c86a2c2383e74d9d5 to your computer and use it in GitHub Desktop.
Save rachelbaker/6f2c86a2c2383e74d9d5 to your computer and use it in GitHub Desktop.
/*
* Filesystem interaction method.
* Checks for existence first in case it has already been set in wp-config.php.
*/
if ( ! defined( 'FS_METHOD' ) ) {
define( 'FS_METHOD', 'direct' );
}
/**
* Load WordPress Filesystem API
*/
include( ABSPATH . 'wp-admin/includes/file.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment