Why won’t WordPress on localhost find updates?
I’ve got WordPress running on WAMP. For some reason, when I check for updates to the core and to my plugins, it tells me that everything is up to date, even though I know that I am one version behi…
You could modify the wp-config.php.
And add below code :
define('FS_METHOD', 'direct');
On my side, it’s resolved.
[expand title=“mehr lesen…“] [/expand]

