Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created November 14, 2013 22:54
Show Gist options
  • Save mrdaemon/7475803 to your computer and use it in GitHub Desktop.
Save mrdaemon/7475803 to your computer and use it in GitHub Desktop.
put me in your wp-config.php at the end plz
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