WordPress update without ftp
To use wordpress update and install plugins without ftp add following line to wp-config.php. define(‘FS_METHOD’, ‘direct’); Read more about proper…
To use wordpress update and install plugins without ftp add following line to wp-config.php. define(‘FS_METHOD’, ‘direct’); Read more about proper…
Ever had a situation where you have given admin right to the client? What usally happens is that client will…