If you want to bypass the step where wordpress asks for ftp credentials on update i.e you do not want wordpress to ask for ftp credentials on update specially helpful in updating on localhost
Then in wp-config.php add the following lines to the code
define('FS_METHOD','direct');
That's it and this will bypass the ask for ftp credientials
No comments:
Post a Comment