• I have the following code in my theme’s function.php file:

    //auto update
    define('WP_AUTO_UPDATE_CORE', true);
    add_filter('auto_update_core', '__return_true');
    add_filter('auto_update_plugin', '__return_true');
    add_filter('auto_update_theme', '__return_true');
    add_filter('auto_update_translation', '__return_true');
    add_filter('auto_core_update_send_email', '__return_false');
    
    //do not download new themes
    define('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);

    I would expect the complete website to auto update, but still every time I log in, I see plugins asking for updates. What can I do to debug since these settings work on my other websites and used to on this website.

    • This topic was modified 3 years, 10 months ago by vespino.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Just curious… were these plugins asking for updates installed from www.ads-software.com? Can you name just one of these “problematic” plugins?

    Thread Starter vespino

    (@vespino)

    Currently I’m looking at the following plugins that are not updated automatically:

    Advanced Custom Fields PRO
    Akismet Anti-Spam
    All in One SEO
    Contact Form CFDB7
    MC4WP: Mailchimp for WordPress
    Simple Custom Post Order
    Yoast Duplicate Post

    The update page also shows new translations which aren’t installed automatically.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress and plugins not auto updating’ is closed to new replies.