wordpress asking ftp credentials
The easiest way to solve this problem is add the following code in your 
wp-config.phpdefine('FS_METHOD', 'direct');If still problem exists, follow the steps given by following link :
Follow the below steps.
- Openwp-config.php
- Edit the file.
- Add the following given line afterWP_DEBUGdefine('FS_METHOD', 'direct');
- Save
 
