auto updates not being applied
-
I have the following in a WP Code Lite PHP code snippet
add_filter( 'allow_minor_auto_core_updates', '__return_true' ); // Enable minor updates add_filter( 'allow_major_auto_core_updates', '__return_true' ); // Enable major updates add_filter( 'auto_update_plugin', '__return_true' ); add_filter( 'auto_update_theme', '__return_true' );however no WP updates are being applied, they are still outstanding 24 hours later.
Help appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘auto updates not being applied’ is closed to new replies.