Opened 14 years ago
Closed 14 years ago
#18280 closed defect (bug) (fixed)
WXR Export should allow for plugins (or core) to filter what is exported
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.2.1 |
| Component: | Export | Keywords: | westi-likes commit has-patch |
| Focuses: | Cc: |
Description
Core currently has a "hack" to filter our the _edit_lock post_meta data and no way for a plugin to filter out things which don't make sense to be exported.
We should have a filter which allows for this filtering to be done by core and plugins without a "hack"
Attachments (1)
Change History (6)
#2
in reply to:
↑ 1
@
14 years ago
Replying to nacin:
Sounds like a good argument for an $args array at the end of register_meta().
I guess we could rework the filter and have another argument of register_meta instead which does something similar to the protected meta and hooks a function onto a key name based filter instead of a generic one.
Note: See
TracTickets for help on using
tickets.
Sounds like a good argument for an $args array at the end of register_meta().