Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. * Overwrite for allowing plugin updates on localhost
  3. */
  4. if ( is_admin() ) {
  5. add_filter( 'filesystem_method', create_function( '$a', 'return "direct";' ) );
  6. if ( ! defined( 'FS_CHMOD_DIR' ) ) {
  7. define( 'FS_CHMOD_DIR', 0751 );
  8. }
  9. }
Add Comment
Please, Sign In to add comment