Changes between Initial Version and Version 1 of Ticket #53049, comment 17
- Timestamp:
- 08/27/2021 03:33:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53049, comment 17
initial v1 1 1 1. I added this function to my theme's functions.php to force auto updates. 2 3 2 {{{ 4 3 add_filter( ‘automatic_updates_is_vcs_checkout’, function( $checkout, $context ) {return false;}, 10, 2 ); 5 4 }}} 6 5 7 8 6 2. I installed the plugin WP Rollback to rollback some plugins https://wordpress.org/plugins/wp-rollback/ 9 7 10 3. I installed the plugin WP Control to manually run the hooks wp_update_plugins and wp_version_check andhttps://wordpress.org/plugins/wp-crontrol/8 3. I installed the plugin WP Control to manually run the hooks wp_update_plugins and wp_version_check https://wordpress.org/plugins/wp-crontrol/ 11 9 12 10 Replying to [comment:16 oliverstapelfeldt]: