Skip to content

Instantly share code, notes, and snippets.

@anunay
Last active May 5, 2023 06:25
Show Gist options
  • Save anunay/82a75b65ce79f958e27bc54dc336fc54 to your computer and use it in GitHub Desktop.
Save anunay/82a75b65ce79f958e27bc54dc336fc54 to your computer and use it in GitHub Desktop.
Fix WordPress FTP credentials popup
/* Please add the following code at the bottom of the wp-config.php file */
define('FS_METHOD', 'direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment