Skip to content

Instantly share code, notes, and snippets.

@amertkara
Created February 16, 2015 12:54
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 amertkara/3cb0270bb0125466e63d to your computer and use it in GitHub Desktop.
Save amertkara/3cb0270bb0125466e63d to your computer and use it in GitHub Desktop.
Extra stuff to make WP more manageable
// Skips the FTP details
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