When you try to setup wordpress site in local you may be face this issue,Plugin can’t install in local wordpress setup.When you try to install plugin this will be show “Connection Information” alert box.
How to fix it.This is very easy,copy the following code and paste in bottom of your wp-config.php file.
define( 'FS_METHOD', 'direct' );
Now you can install plugin in your local wordpress website.
Tags
Linux