WordPress and plugins not auto updating
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress and plugins not auto updating’ is closed to new replies.