Opened 2 years ago
Last modified 2 years ago
#16398 new enhancement
Add new updated_core hook upon successfully updating WordPress core
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Upgrade/Install | Version: | 3.0.4 |
| Severity: | normal | Keywords: | subversion has-patch |
| Cc: | scottconnerly, mikeschinkel@…, trac@… |
Description
wp-admin/includes/update-core.php
requesting the addition of a hook of some type (filter or action) for post-upgrade actions.
Attachments (1)
Change History (6)
comment:1
follow-up:
↓ 3
scottconnerly
— 2 years ago
comment:2
scottconnerly
— 2 years ago
- Cc scottconnerly added
- Keywords subversion added
comment:3
in reply to:
↑ 1
mikeschinkel
— 2 years ago
Replying to scottconnerly:
The use case is for managing a Wordpress install on an SVN-controlled server. Whenever the CMS changes the site's files I need to be able to trigger an svn commit.
+1
comment:4
mikeschinkel
— 2 years ago
- Cc mikeschinkel@… added
ptahdunbar
— 2 years ago
comment:5
ptahdunbar
— 2 years ago
- Cc trac@… added
- Keywords has-patch added
- Summary changed from Add update_core() complete filter to Add new updated_core hook upon successfully updating WordPress core
ticket.16398.diff adds a new 'updated_core' action hook upon successful updating.
Note: See
TracTickets for help on using
tickets.
The use case is for managing a Wordpress install on an SVN-controlled server. Whenever the CMS changes the site's files I need to be able to trigger an svn commit.