#23973 closed enhancement (duplicate)
Add filter to _wp_post_revision_meta_keys() so developers can store custom meta data revisions
| Reported by: | c3mdigital | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Revisions | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
In r23928 we added functionality to:
- Store the post format as meta on revisions (including autosaves).
- Add post formats data (post meta) when autosaving.
There is still no way to autosave and revision custom post meta.
Adding a filter to _wp_post_revision_meta_keys() will allow developers and plugin authors to effectively save post_meta revisions.
Related #20564,
Attachments (1)
Change History (6)
#2
@
13 years ago
It's worth noting that MarkJaquith's plan is to explicitly only store revisions for post format metadata in 3.6 and introduce an API for revisioning custom metadata at a later date.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Also mentioned here ticket:20299:34.