Opened 7 years ago
Last modified 6 years ago
#43666 new enhancement
Check update post meta before add new post meta in WordPress Importer
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Import | Keywords: | has-patch dev-feedback |
Focuses: | Cc: |
Description
When we import any post/page content XML multiple time new post meta import multiple time so before import any post meta import we have to check if same post with meta key is exist or not if not exist then we have to add new post meta using add_post_meta function or update that post meta using update_post_meta function.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.