Hi!
Can you take a screenshot of the plugins page and share? Also, what plugin in particular was auto-updated?
If updates are indeed disabled, check if you have any other security plugin installed that might be force-updating the plugins. Or, also check with your web host if they enforce the updates.
Thread Starter
feijon
(@feijon)
Olá, não me recordo de todos plugins que foram atualizados, mais os últimos que foram atualizados automaticamente foram os Plugin Add to my wishlist e também o Plugin WooCommerce.
Segue print das 03 telas dos Plugins no link abaixo:
https://www.virtualmaquinas.com.br/WP-Plugins-Tela/
Já verifiquei com meu host de hospedagem e as atualizações estão desativadas.
Muito obrigado.
Thread Starter
feijon
(@feijon)
Ehtis, Good Night !!!
My WordPress continues to update the plugins automatically.
Include the two lines below in wpconfig.php:
/ * disable major WordPress updates * /
define (‘WP_AUTO_UPDATE_CORE’, false);
/ * disable plugin updates * /
add_filter (‘auto_update_plugin’, ‘__return_false’);
And I was watching, a message appeared warning that the Plugin Contact Form 7, would be updated from version 5.3.1 to 5.3.2, so I was watching and ended up updating automatically.
I don’t know what to do anymore, I need to disable this automatic update, if you can help me, thank you very much.
Thank you very much.