Autoupdate is not working
-
After the new release, obviously that core and plugin automatic updates it’s not working by my side. For the core auto updates I added the following mu-plugin:
add_filter( 'allow_major_auto_core_updates', '__return_true' );
add_filter( 'allow_minor_auto_core_updates', '__return_true' );
As I don’t want dev builds. And another mu-plugin for autoupdate plugins:add_filter( 'auto_update_plugin', '__return_true' );
I also use W3-Total-Cache plugin and tried to clear all caches, still no success. Where is my mistake? How to debug this? Is the auto update feature uses cron jobs? Please advice. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Autoupdate is not working’ is closed to new replies.