Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clare485/6668185 to your computer and use it in GitHub Desktop.
Save clare485/6668185 to your computer and use it in GitHub Desktop.
Add this code to functions.php
// add this code to functions.php
if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment