[wp-trac] [WordPress Trac] #61457: Delay automatic updates after installation.

WordPress Trac noreply at wordpress.org
Tue Jun 18 02:37:27 UTC 2024


#61457: Delay automatic updates after installation.
-----------------------------+-----------------------
 Reporter:  costdev          |      Owner:  costdev
     Type:  defect (bug)     |     Status:  assigned
 Priority:  normal           |  Milestone:  6.6
Component:  Upgrade/Install  |    Version:  trunk
 Severity:  normal           |   Keywords:  has-patch
  Focuses:                   |
-----------------------------+-----------------------
 After installation, the user is directed to the `Log In` page. This
 triggers the `wp_schedule_update_checks()` function which is hooked to
 `init`. As a result of the more robust maintenance mode added in [58128],
 the user may be presented with a maintenance mode screen just after
 installing WordPress.

 To improve the user experience, there should be a delay of Core updates by
 1 hour, plugin updates by 1.5 hours, and theme updates by 2 hours after
 installation.

 This can be done by adding scheduled events for `wp_version_check`,
 `wp_update_plugins` and `wp_update_themes` inside `wp_install()`.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61457>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list