• Hello, I updated my WordPress to version 5.6 and although I have the option “Automatic Update” of the Plugins disabled, it continues to update automatically, how should I proceed to disable Automatic Update, since now, thank you very much for your attention.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Automatic update in WordPress 5.5’ is closed to new replies.