Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53049, comment 17


Ignore:
Timestamp:
08/27/2021 03:33:44 PM (3 years ago)
Author:
JosVelasco
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53049, comment 17

    initial v1  
    111. I added this function to my theme's functions.php to force auto updates.
    2  
    32{{{
    43add_filter( ‘automatic_updates_is_vcs_checkout’, function( $checkout, $context ) {return false;}, 10, 2 );
    54}}}
    65
    7 
    862. I installed the plugin WP Rollback to rollback some plugins https://wordpress.org/plugins/wp-rollback/
    97
    10 3. I installed the plugin WP Control to manually run the hooks wp_update_plugins and wp_version_check and  https://wordpress.org/plugins/wp-crontrol/
     83. I installed the plugin WP Control to manually run the hooks wp_update_plugins and wp_version_check https://wordpress.org/plugins/wp-crontrol/
    119
    1210Replying to [comment:16 oliverstapelfeldt]: